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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user