Fix wxAUI build with wxUSE_MDI==0

Include wx/frame.h explicitly as it's not included by wx/aui/tabmdi.h in
this case.

Closes #18291.
This commit is contained in:
Vadim Zeitlin
2018-12-08 00:47:03 +01:00
parent 0e9d190878
commit b5944a0730

View File

@@ -26,6 +26,7 @@
#include "wx/settings.h"
#include "wx/dcclient.h"
#include "wx/dcmemory.h"
#include "wx/frame.h"
#endif
#include "wx/aui/tabmdi.h"