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:
Wayne Stambaugh 2018-09-14 10:49:10 -04:00
parent 243b05b2c3
commit af2dcd61bb
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include <confirm.h>
#include <wx/treebook.h>
#include <wx/treectrl.h>
#include <wx/grid.h>
#include <wx/statline.h>