diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-04-04 18:25:08 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-04-04 18:25:08 (GMT) |
commit | e45ef47bb8081ddc20f3f1997f253184e4adfcc8 (patch) | |
tree | 70ef091875dd789901e39cfcb398c688d261849d /Source/cmakexbuild.cxx | |
parent | d81ebf0c23307162dfc5c4a3c978ad9360bee354 (diff) | |
download | CMake-e45ef47bb8081ddc20f3f1997f253184e4adfcc8.zip CMake-e45ef47bb8081ddc20f3f1997f253184e4adfcc8.tar.gz CMake-e45ef47bb8081ddc20f3f1997f253184e4adfcc8.tar.bz2 |
BUG: compiler fix
Diffstat (limited to 'Source/cmakexbuild.cxx')
-rw-r--r-- | Source/cmakexbuild.cxx | 1 |
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 |