diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-02-22 13:14:59 -0500 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-02-22 13:14:59 -0500 |
commit | 2ccce878a3af74d7a7328e42bd76825366a82112 (patch) | |
tree | eb604e4acb4a99128754d2851f603e5f74c13c38 /Source/cmQTWrapUICommand.h | |
parent | 51516613e83f15c31156ad0a503f270c746266e1 (diff) | |
download | cmake-2ccce878a3af74d7a7328e42bd76825366a82112.tar.gz |
ENH: Cleanups
Diffstat (limited to 'Source/cmQTWrapUICommand.h')
-rw-r--r-- | Source/cmQTWrapUICommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmQTWrapUICommand.h b/Source/cmQTWrapUICommand.h index 793d2b021b..cf0046d629 100644 --- a/Source/cmQTWrapUICommand.h +++ b/Source/cmQTWrapUICommand.h @@ -19,6 +19,8 @@ #include "cmCommand.h" +#include "cmSourceFile.h" + /** \class cmQTWrapUICommand * \brief Create .h and .cxx files rules for QT user interfaces files * |