summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 07f928c)
raw | patch | inline | side by side (parent: 07f928c)
author | ishmal <ishmal@users.sourceforge.net> | |
Thu, 5 Jun 2008 18:57:35 +0000 (18:57 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Thu, 5 Jun 2008 18:57:35 +0000 (18:57 +0000) |
buildtool.cpp | patch | blob | history |
diff --git a/buildtool.cpp b/buildtool.cpp
index 471a8194cac220c321b6f9e496377405ea07122a..94a47e7be0171906d0b646d65e6bf113b6ce2b43 100644 (file)
--- a/buildtool.cpp
+++ b/buildtool.cpp
*
*/
-#define BUILDTOOL_VERSION "BuildTool v0.9.3"
+#define BUILDTOOL_VERSION "BuildTool v0.9.4"
#include <stdio.h>
#include <fcntl.h>
#include <map>
#include <set>
#include <vector>
+#include <algorithm>
+
#ifdef __WIN32__
#include <windows.h>