mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 17:41:13 +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:
@@ -34,6 +34,7 @@
|
||||
#include <wx/listbook.h>
|
||||
|
||||
#include <wx/treebook.h>
|
||||
#include <wx/treectrl.h>
|
||||
|
||||
#include "../AudioIOBase.h"
|
||||
#include "../Prefs.h"
|
||||
|
Reference in New Issue
Block a user