From 5cbb54880742c23658991edec91a514f3582ed2b Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Wed, 24 Aug 2016 00:29:15 +0200 Subject: fix a batch of include-what-you-use violations --- Source/cmPropertyDefinition.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Source/cmPropertyDefinition.h') 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 // IWYU pragma: keep + #include "cmProperty.h" +#include + /** \class cmPropertyDefinition * \brief Property meta-information * -- cgit v1.2.1