Fix compilation without precompiled headers. Closes #1241
Originally committed to SVN as r4767.
This commit is contained in:
parent
f37e1bf87a
commit
f77f908611
1 changed files with 4 additions and 0 deletions
|
@ -34,7 +34,11 @@
|
|||
/// @ingroup
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/button.h>
|
||||
#include <wx/choicdlg.h>
|
||||
#include <wx/event.h>
|
||||
#include <wx/listbox.h>
|
||||
#include <wx/sizer.h>
|
||||
#endif
|
||||
|
||||
/// @class SelectedChoicesDialog
|
||||
|
|
Loading…
Reference in a new issue