Non-precomp-header compilation fixes

Originally committed to SVN as r6280.
This commit is contained in:
Thomas Goyne 2012-01-12 22:32:20 +00:00
parent 988ade0c00
commit ca5c968d4f
2 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,8 @@
#endif
#include <wx/clipbrd.h>
#include <wx/intl.h>
#include <wx/menu.h>
#include <wx/settings.h>
#endif
#include "subs_edit_ctrl.h"

View File

@ -40,6 +40,8 @@
#include "config.h"
#ifndef AGI_PRE
#include <set>
#ifdef __UNIX__
#include <unistd.h>
#endif