summaryrefslogtreecommitdiffstats
path: root/Source/cmakexbuild.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-04-04 18:25:08 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-04-04 18:25:08 (GMT)
commite45ef47bb8081ddc20f3f1997f253184e4adfcc8 (patch)
tree70ef091875dd789901e39cfcb398c688d261849d /Source/cmakexbuild.cxx
parentd81ebf0c23307162dfc5c4a3c978ad9360bee354 (diff)
downloadCMake-e45ef47bb8081ddc20f3f1997f253184e4adfcc8.zip
CMake-e45ef47bb8081ddc20f3f1997f253184e4adfcc8.tar.gz
CMake-e45ef47bb8081ddc20f3f1997f253184e4adfcc8.tar.bz2
BUG: compiler fix
Diffstat (limited to 'Source/cmakexbuild.cxx')
-rw-r--r--Source/cmakexbuild.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmakexbuild.cxx b/Source/cmakexbuild.cxx
index 5f673fb..fc09b51 100644
--- a/Source/cmakexbuild.cxx
+++ b/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