Fix build error against head of wxWidgets master branch.
The wxTreeCtrl header file wx/treectrl.h needs to be included in common/widgets/paged_dialog.cpp.
This commit is contained in:
parent
243b05b2c3
commit
af2dcd61bb
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include <confirm.h>
|
||||
#include <wx/treebook.h>
|
||||
#include <wx/treectrl.h>
|
||||
#include <wx/grid.h>
|
||||
#include <wx/statline.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue