summaryrefslogtreecommitdiffstats
path: root/Source/cmAddCompileOptionsCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmAddCompileOptionsCommand.h')
-rw-r--r--Source/cmAddCompileOptionsCommand.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/cmAddCompileOptionsCommand.h b/Source/cmAddCompileOptionsCommand.h
index 52c4b51..4c715e7 100644
--- a/Source/cmAddCompileOptionsCommand.h
+++ b/Source/cmAddCompileOptionsCommand.h
@@ -3,7 +3,14 @@
#ifndef cmAddCompileOptionsCommand_h
#define cmAddCompileOptionsCommand_h
+#include <cmConfigure.h>
+#include <string>
+#include <vector>
+
#include "cmCommand.h"
+#include "cmTypeMacro.h"
+
+class cmExecutionStatus;
class cmAddCompileOptionsCommand : public cmCommand
{