summaryrefslogtreecommitdiffstats
path: root/Source/cmGetTargetPropertyCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmGetTargetPropertyCommand.h')
-rw-r--r--Source/cmGetTargetPropertyCommand.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmGetTargetPropertyCommand.h b/Source/cmGetTargetPropertyCommand.h
index f36cc48..32fe803 100644
--- a/Source/cmGetTargetPropertyCommand.h
+++ b/Source/cmGetTargetPropertyCommand.h
@@ -3,8 +3,14 @@
#ifndef cmGetTargetPropertyCommand_h
#define cmGetTargetPropertyCommand_h
+#include <cmConfigure.h>
+#include <string>
+#include <vector>
+
#include "cmCommand.h"
+class cmExecutionStatus;
+
class cmGetTargetPropertyCommand : public cmCommand
{
public: