summaryrefslogtreecommitdiffstats
path: root/Source/cmWhileCommand.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-01-21 15:27:51 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-01-21 15:27:51 (GMT)
commita641ad3bba58932279b55bae9e05fb9d5277a0bf (patch)
tree66cfe0c4df46da607404c531178fdd1c07d1b6ba /Source/cmWhileCommand.cxx
parent1bfb3194ec849ccfef6078d78cecc761f0c8377b (diff)
downloadCMake-a641ad3bba58932279b55bae9e05fb9d5277a0bf.zip
CMake-a641ad3bba58932279b55bae9e05fb9d5277a0bf.tar.gz
CMake-a641ad3bba58932279b55bae9e05fb9d5277a0bf.tar.bz2
ENH: split up cmCommands into two files
Diffstat (limited to 'Source/cmWhileCommand.cxx')
-rw-r--r--Source/cmWhileCommand.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmWhileCommand.cxx b/Source/cmWhileCommand.cxx
index 352a195..8691801 100644
--- a/Source/cmWhileCommand.cxx
+++ b/Source/cmWhileCommand.cxx
@@ -15,6 +15,7 @@
=========================================================================*/
#include "cmWhileCommand.h"
+#include "cmIfCommand.h"
bool cmWhileFunctionBlocker::
IsFunctionBlocked(const cmListFileFunction& lff, cmMakefile &mf)