summaryrefslogtreecommitdiff
path: root/Source/cmElseIfCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmElseIfCommand.h')
-rw-r--r--Source/cmElseIfCommand.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/Source/cmElseIfCommand.h b/Source/cmElseIfCommand.h
index a489e30b9c..6675b16876 100644
--- a/Source/cmElseIfCommand.h
+++ b/Source/cmElseIfCommand.h
@@ -3,7 +3,14 @@
#ifndef cmElseIfCommand_h
#define cmElseIfCommand_h
-#include "cmIfCommand.h"
+#include <cmConfigure.h>
+#include <string>
+#include <vector>
+
+#include "cmCommand.h"
+#include "cmTypeMacro.h"
+
+class cmExecutionStatus;
/** \class cmElseIfCommand
* \brief ends an if block