From 794165523acd78dfe6f37e9b2ebd91190b65951f Mon Sep 17 00:00:00 2001 From: ishmal Date: Thu, 5 Jun 2008 18:57:35 +0000 Subject: [PATCH] include for std::sort --- buildtool.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 #include @@ -54,6 +54,8 @@ #include #include #include +#include + #ifdef __WIN32__ #include -- 2.30.2