1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 08:29:27 +02:00

Fix previous commit: 4e37d93

Reinstated .h file, with corrected path. Without this include, there were numerous intellisense errors in the .cpp file.
This commit is contained in:
David Bailes 2019-04-03 12:54:52 +01:00
parent 4e37d93cd9
commit ecdb6d0a07

View File

@ -17,6 +17,7 @@
#include <wx/setup.h> // for wxUSE_* macros
#include <wx/defs.h>
#include <wx/timer.h> // member variable
#include "wxPanelWrapper.h"
class wxArrayString;
class wxBitmap;