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:
parent
06af0c6296
commit
3b9174cd9b
@ -34,6 +34,7 @@
|
||||
#include <wx/listbook.h>
|
||||
|
||||
#include <wx/treebook.h>
|
||||
#include <wx/treectrl.h>
|
||||
|
||||
#include "../AudioIOBase.h"
|
||||
#include "../Prefs.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user