Browse Source

need to include <iterator> now

Chris Brunner 12 years ago
parent
commit
adcc5b81ed
3 changed files with 3 additions and 0 deletions
  1. 1 0
      ppremake/dSearchPath.cxx
  2. 1 0
      ppremake/ppDependableFile.cxx
  3. 1 0
      ppremake/ppDirectory.cxx

+ 1 - 0
ppremake/dSearchPath.cxx

@@ -16,6 +16,7 @@
 #include "filename.h"
 
 #include <algorithm>
+#include <iterator>
 
 ////////////////////////////////////////////////////////////////////
 //     Function: DSearchPath::Results::Constructor

+ 1 - 0
ppremake/ppDependableFile.cxx

@@ -16,6 +16,7 @@
 #include <assert.h>
 #include <sys/stat.h>
 #include <algorithm>
+#include <iterator>
 
 class SortDependableFilesByName {
 public:

+ 1 - 0
ppremake/ppDirectory.cxx

@@ -27,6 +27,7 @@
 #include <sys/stat.h>
 
 #include <algorithm>
+#include <iterator>
 #include <assert.h>
 
 #ifdef WIN32_VC