summaryrefslogtreecommitdiff
path: root/Source/cmQTWrapCPPCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmQTWrapCPPCommand.h')
-rw-r--r--Source/cmQTWrapCPPCommand.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/Source/cmQTWrapCPPCommand.h b/Source/cmQTWrapCPPCommand.h
index afcaf6993f..d07eba0c7c 100644
--- a/Source/cmQTWrapCPPCommand.h
+++ b/Source/cmQTWrapCPPCommand.h
@@ -3,9 +3,14 @@
#ifndef cmQTWrapCPPCommand_h
#define cmQTWrapCPPCommand_h
+#include <cmConfigure.h>
+#include <string>
+#include <vector>
+
#include "cmCommand.h"
+#include "cmTypeMacro.h"
-#include "cmSourceFile.h"
+class cmExecutionStatus;
/** \class cmQTWrapCPPCommand
* \brief Create moc file rules for Qt classes