diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-08-24 00:29:15 +0200 |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-08-24 00:29:15 +0200 |
commit | 5cbb54880742c23658991edec91a514f3582ed2b (patch) | |
tree | 364a6086360e9db805fcf02702781a5642afa631 /Source/cmPropertyDefinition.h | |
parent | 797f7ad87d6f1b6dd7cbbb553d5525ac8ee390f1 (diff) | |
download | cmake-5cbb54880742c23658991edec91a514f3582ed2b.tar.gz |
fix a batch of include-what-you-use violations
Diffstat (limited to 'Source/cmPropertyDefinition.h')
-rw-r--r-- | Source/cmPropertyDefinition.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmPropertyDefinition.h b/Source/cmPropertyDefinition.h index 5733917098..5804df926e 100644 --- a/Source/cmPropertyDefinition.h +++ b/Source/cmPropertyDefinition.h @@ -12,8 +12,12 @@ #ifndef cmPropertyDefinition_h #define cmPropertyDefinition_h +#include <cmConfigure.h> // IWYU pragma: keep + #include "cmProperty.h" +#include <string> + /** \class cmPropertyDefinition * \brief Property meta-information * |