include std stuff

develop
doomchild 2010-04-21 14:57:23 -05:00
parent b7a9a0d146
commit 1a575a2d19
1 changed files with 6 additions and 0 deletions

@ -26,6 +26,12 @@ distribution.
#define __DFBUILDINGS__ #define __DFBUILDINGS__
#include "Python.h" #include "Python.h"
#include <map>
#include <string>
using namespace std;
#include "DFTypes.h"
#include "modules/Buildings.h" #include "modules/Buildings.h"
#include "DF_Helpers.cpp" #include "DF_Helpers.cpp"