Fix non-precomp header compilation

This commit is contained in:
Thomas Goyne 2012-10-06 09:39:44 -07:00
parent 4a62073df0
commit 07257e1bb3
2 changed files with 5 additions and 0 deletions

View file

@ -34,6 +34,10 @@
/// @ingroup utility
///
#ifndef AGI_PRE
#include <wx/string.h>
#endif
class wxTranslations;
/// DOCME

View file

@ -26,6 +26,7 @@
#include <vector>
#include <wx/bitmap.h>
#include <wx/timer.h>
#include <wx/window.h>
#endif