summaryrefslogtreecommitdiff
path: root/Source/cmEndFunctionCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmEndFunctionCommand.h')
-rw-r--r--Source/cmEndFunctionCommand.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/cmEndFunctionCommand.h b/Source/cmEndFunctionCommand.h
index ab174fd886..2599637bb9 100644
--- a/Source/cmEndFunctionCommand.h
+++ b/Source/cmEndFunctionCommand.h
@@ -3,8 +3,15 @@
#ifndef cmEndFunctionCommand_h
#define cmEndFunctionCommand_h
+#include <cmConfigure.h>
+#include <string>
+#include <vector>
+
#include "cmCommand.h"
+class cmExecutionStatus;
+struct cmListFileArgument;
+
/** \class cmEndFunctionCommand
* \brief ends an if block
*