diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-09-26 10:51:46 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-09-26 16:48:23 (GMT) |
commit | c3633e7a416373e6c8e8f87b4920a8a41c5afd82 (patch) | |
tree | 324c33fe38215299f2e8ce961237fe4259530ea7 | |
parent | 414cc18a9a76e78b586edbd6eb34cc0060cae796 (diff) | |
download | CMake-c3633e7a416373e6c8e8f87b4920a8a41c5afd82.zip CMake-c3633e7a416373e6c8e8f87b4920a8a41c5afd82.tar.gz CMake-c3633e7a416373e6c8e8f87b4920a8a41c5afd82.tar.bz2 |
QtAutogen: Add missing includes and forward declarations.
-rw-r--r-- | Source/cmQtAutoGenerators.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index 4f03348..25e045f 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -15,10 +15,15 @@ #define cmQtAutoGenerators_h #include <list> +#include <vector> +#include <string> +#include <map> class cmGlobalGenerator; class cmMakefile; class cmLocalGenerator; +class cmTarget; +class cmSourceFile; class cmQtAutoGenerators { |