1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +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"