Browse Source

BUG: compiler fix

Ken Martin 19 years ago
parent
commit
e45ef47bb8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmakexbuild.cxx

+ 1 - 0
Source/cmakexbuild.cxx

@@ -1,5 +1,6 @@
 #include <cmsys/Process.h>
 #include "cmStandardIncludes.h"
+#include "cmSystemTools.h"
 
 // This is a wrapper program for xcodebuild
 // it calls xcodebuild, and does two things