From 50b6f33dbcb76f44de6294ad79e7d3002c69aa51 Mon Sep 17 00:00:00 2001 From: Peter Kuemmel Date: Fri, 15 Jun 2012 13:46:18 +0200 Subject: Ninja: build cmcldeps with mingw --- Source/cmGlobalNinjaGenerator.h | 2 +- Source/cmcldeps.cxx | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Source/cmGlobalNinjaGenerator.h b/Source/cmGlobalNinjaGenerator.h index 56c5ca4..e939f61 100644 --- a/Source/cmGlobalNinjaGenerator.h +++ b/Source/cmGlobalNinjaGenerator.h @@ -317,7 +317,7 @@ private: ASD.insert(deps.begin(), deps.end()); } - std::string cmGlobalNinjaGenerator::ninjaCmd() const; + std::string ninjaCmd() const; private: /// The file containing the build statement. (the relation ship of the diff --git a/Source/cmcldeps.cxx b/Source/cmcldeps.cxx index 1d69608..1eadf61 100644 --- a/Source/cmcldeps.cxx +++ b/Source/cmcldeps.cxx @@ -22,6 +22,8 @@ #include #include #include +#include + using namespace std; #ifdef _WIN32 -- cgit v0.12