Fix compilation without precompiled headers. Closes #1241

Originally committed to SVN as r4767.
This commit is contained in:
Thomas Goyne 2010-08-28 02:00:43 +00:00
parent f37e1bf87a
commit f77f908611
1 changed files with 4 additions and 0 deletions

View File

@ -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