diff options
| author | Petr Mrázek | 2011-12-24 14:27:35 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2011-12-24 14:27:35 +0100 |
| commit | 59c32b1ee979d6264bd0ae9803b6600311d1dee8 (patch) | |
| tree | 36402600cf7240809b686c1bf27b75f5b23f3014 /library/DataDefs.cpp | |
| parent | 5bee16dbd82382a5dde308a00bf164e188f02af6 (diff) | |
| download | dfhack-59c32b1ee979d6264bd0ae9803b6600311d1dee8.tar.gz dfhack-59c32b1ee979d6264bd0ae9803b6600311d1dee8.tar.bz2 dfhack-59c32b1ee979d6264bd0ae9803b6600311d1dee8.tar.xz | |
Some changes required on windows.
Diffstat (limited to 'library/DataDefs.cpp')
| -rw-r--r-- | library/DataDefs.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/library/DataDefs.cpp b/library/DataDefs.cpp index 2de8c156..7b4af847 100644 --- a/library/DataDefs.cpp +++ b/library/DataDefs.cpp @@ -30,9 +30,10 @@ distribution. #include "dfhack/Process.h" #include "dfhack/Core.h" -#include "dfhack/DataDefs.h" #include "dfhack/VersionInfo.h" #include "tinythread.h" +// must be last due to MS stupidity +#include "dfhack/DataDefs.h" using namespace DFHack; |
