summaryrefslogtreecommitdiffstats
path: root/buildtool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'buildtool.cpp')
-rw-r--r--buildtool.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/buildtool.cpp b/buildtool.cpp
index 471a8194c..94a47e7be 100644
--- a/buildtool.cpp
+++ b/buildtool.cpp
@@ -38,7 +38,7 @@
*
*/
-#define BUILDTOOL_VERSION "BuildTool v0.9.3"
+#define BUILDTOOL_VERSION "BuildTool v0.9.4"
#include <stdio.h>
#include <fcntl.h>
@@ -54,6 +54,8 @@
#include <map>
#include <set>
#include <vector>
+#include <algorithm>
+
#ifdef __WIN32__
#include <windows.h>