1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-03 17:39:25 +02: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/treebook.h>
#include <wx/treectrl.h>
#include "../AudioIOBase.h"
#include "../Prefs.h"