diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-09-01 20:05:48 +0200 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-03 08:04:22 -0400 |
commit | 3838a0d5fbed480c007b1667eddf2d6797a24344 (patch) | |
tree | a07ac9ffdf5067a80f4d0fa7f3b7b2d9cff25fe2 /Source/cmQtAutoGenerators.h | |
parent | 54140848181e15acfda9c385e6cdc5c8b4f2a1d6 (diff) | |
download | cmake-3838a0d5fbed480c007b1667eddf2d6797a24344.tar.gz |
make sure to include cmConfigure.h before cmStandardIncludes.h
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index fab2d1934b..ba439d462c 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -14,6 +14,8 @@ #ifndef cmQtAutoGenerators_h #define cmQtAutoGenerators_h +#include <cmConfigure.h> + #include "cmStandardIncludes.h" #include <list> |