summaryrefslogtreecommitdiffstats
path: root/Source/cmContinueCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmContinueCommand.cxx')
-rw-r--r--Source/cmContinueCommand.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmContinueCommand.cxx b/Source/cmContinueCommand.cxx
index ce36463..53d035d 100644
--- a/Source/cmContinueCommand.cxx
+++ b/Source/cmContinueCommand.cxx
@@ -2,6 +2,11 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#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,
cmExecutionStatus& status)