summaryrefslogtreecommitdiff
path: root/Source/cmContinueCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmContinueCommand.cxx')
-rw-r--r--Source/cmContinueCommand.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmContinueCommand.cxx b/Source/cmContinueCommand.cxx
index dc3e02c99d..53d035db89 100644
--- a/Source/cmContinueCommand.cxx
+++ b/Source/cmContinueCommand.cxx
@@ -3,7 +3,9 @@
#include "cmContinueCommand.h"
#include "cmExecutionStatus.h"
+#include "cmMakefile.h"
#include "cmSystemTools.h"
+#include "cmake.h"
// cmContinueCommand
bool cmContinueCommand::InitialPass(std::vector<std::string> const& args,