diff options
Diffstat (limited to 'Source/cmQTWrapCPPCommand.h')
-rw-r--r-- | Source/cmQTWrapCPPCommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmQTWrapCPPCommand.h b/Source/cmQTWrapCPPCommand.h index 5e755d2..fd2e88c 100644 --- a/Source/cmQTWrapCPPCommand.h +++ b/Source/cmQTWrapCPPCommand.h @@ -19,6 +19,8 @@ #include "cmCommand.h" +#include "cmSourceFile.h" + /** \class cmQTWrapCPPCommand * \brief Create moc file rules for QT classes * |