1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 00:51:12 +02:00

Fix missing include <wx/radiobut.h>

This commit is contained in:
James Crook
2015-05-11 13:54:02 +01:00
parent e2bfb1bae6
commit 4fb56d0aa1

View File

@@ -32,6 +32,7 @@
#include <wx/string.h>
#include <wx/tokenzr.h>
#include <wx/wfstream.h>
#include <wx/radiobut.h>
#include "audacity/EffectInterface.h"