1
0
forked from 0ad/0ad

Fix no-PCH builds

This was SVN commit r9786.
This commit is contained in:
Ykkrosh 2011-07-08 15:07:08 +00:00
parent dff4add6a6
commit a4637c25d0
3 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include "lib/sysdep/arch/x86_x64/topology.h"
#include <set>
#include <bitset>
#include "lib/bits.h"
#include "lib/module_init.h"

View File

@ -24,6 +24,7 @@
#include "ScenarioEditor/ScenarioEditor.h"
#include "wx/choicebk.h"
#include "wx/colordlg.h"
enum
{

View File

@ -20,6 +20,7 @@
#include "GameInterface/Messages.h"
#include "wx/collpane.h"
#include "wx/spinctrl.h"
using namespace AtlasMessage;