From adcc5b81eddd71edc214223652ebd6d51f92be4c Mon Sep 17 00:00:00 2001 From: Chris Brunner Date: Tue, 17 Sep 2013 21:11:38 +0000 Subject: [PATCH] need to include now --- ppremake/dSearchPath.cxx | 1 + ppremake/ppDependableFile.cxx | 1 + ppremake/ppDirectory.cxx | 1 + 3 files changed, 3 insertions(+) diff --git a/ppremake/dSearchPath.cxx b/ppremake/dSearchPath.cxx index 76ec31bc7a..c8627cda72 100644 --- a/ppremake/dSearchPath.cxx +++ b/ppremake/dSearchPath.cxx @@ -16,6 +16,7 @@ #include "filename.h" #include +#include //////////////////////////////////////////////////////////////////// // Function: DSearchPath::Results::Constructor diff --git a/ppremake/ppDependableFile.cxx b/ppremake/ppDependableFile.cxx index 190d659137..6382a4c46f 100644 --- a/ppremake/ppDependableFile.cxx +++ b/ppremake/ppDependableFile.cxx @@ -16,6 +16,7 @@ #include #include #include +#include class SortDependableFilesByName { public: diff --git a/ppremake/ppDirectory.cxx b/ppremake/ppDirectory.cxx index 06f821509e..f9d102a8fd 100644 --- a/ppremake/ppDirectory.cxx +++ b/ppremake/ppDirectory.cxx @@ -27,6 +27,7 @@ #include #include +#include #include #ifdef WIN32_VC