1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-02 14:17:07 +01:00

Fix building with wxWidgets 3.1.2

From changelog:
- wx/treebook.h doesn't include wx/treectrl.h (and, via it, wx/textctrl.h) any
  more, include these headers explicitly from your code if necessary.
This commit is contained in:
Mikhail Novosyolov
2019-08-19 07:09:25 +03:00
parent 06af0c6296
commit 3b9174cd9b

View File

@@ -34,6 +34,7 @@
#include <wx/listbook.h> #include <wx/listbook.h>
#include <wx/treebook.h> #include <wx/treebook.h>
#include <wx/treectrl.h>
#include "../AudioIOBase.h" #include "../AudioIOBase.h"
#include "../Prefs.h" #include "../Prefs.h"