summaryrefslogtreecommitdiff
path: root/library/VersionInfoFactory.cpp
diff options
context:
space:
mode:
authorPetr Mrázek2011-04-10 10:19:15 +0200
committerPetr Mrázek2011-04-10 10:19:15 +0200
commitbb04aa1a32794019d18c0fff321fb97edd4c5e3a (patch)
tree20291561e0419fa6f3975480d7cd1b61ae606805 /library/VersionInfoFactory.cpp
parent425971ef8caa8b0ced2bb10c4e0df402deff7306 (diff)
downloaddfhack-bb04aa1a32794019d18c0fff321fb97edd4c5e3a.tar.gz
dfhack-bb04aa1a32794019d18c0fff321fb97edd4c5e3a.tar.bz2
dfhack-bb04aa1a32794019d18c0fff321fb97edd4c5e3a.tar.xz
Linux header cleanups. Windows side will follow.
Diffstat (limited to 'library/VersionInfoFactory.cpp')
-rw-r--r--library/VersionInfoFactory.cpp10
1 files changed, 8 insertions, 2 deletions
diff --git a/library/VersionInfoFactory.cpp b/library/VersionInfoFactory.cpp
index 6484d7e1..0c7b2955 100644
--- a/library/VersionInfoFactory.cpp
+++ b/library/VersionInfoFactory.cpp
@@ -24,13 +24,19 @@ distribution.
#include "Internal.h"
+#include <string>
+#include <vector>
+#include <algorithm>
+#include <map>
+using namespace std;
+
#include "dfhack/VersionInfoFactory.h"
#include "dfhack/VersionInfo.h"
#include "dfhack/DFError.h"
-#include <algorithm>
-
using namespace DFHack;
+#include <tinyxml.h>
+
template<class _T1, class _T2, class _T3>
struct triple
{