From efed6468eda950644014ccfada85300710e05009 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Thu, 1 Sep 2016 20:59:28 +0200 Subject: fix a load of include-what-you-use violations --- Source/cmListFileCache.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Source/cmListFileCache.h') diff --git a/Source/cmListFileCache.h b/Source/cmListFileCache.h index 08b59ebd57..215f17908e 100644 --- a/Source/cmListFileCache.h +++ b/Source/cmListFileCache.h @@ -12,9 +12,11 @@ #ifndef cmListFileCache_h #define cmListFileCache_h -#include +#include // IWYU pragma: keep -#include "cmStandardIncludes.h" +#include +#include +#include #include "cmState.h" @@ -151,6 +153,7 @@ public: private: struct Entry; + cmState::Snapshot Bottom; Entry* Cur; cmListFileBacktrace(cmState::Snapshot bottom, Entry* up, -- cgit v1.2.1