diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-10-18 21:28:49 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-10-19 15:40:59 +0200 |
commit | e0a84904eb38e145c3a4d4e4ef5d7aceb3c2d196 (patch) | |
tree | 9a01a9e6da16eb6703de089b1ac4eab5c26b62d6 /Source/cmListFileCache.h | |
parent | a91eaf387287a201d421e90d78bcae8836cc6042 (diff) | |
download | cmake-e0a84904eb38e145c3a4d4e4ef5d7aceb3c2d196.tar.gz |
cmState: Split auxiliary classes into separate files
Port dependents to the new locations as needed.
Leave behind a cmState.h include in cmListFileCache to reduce noise. It
is removed in a following commit.
Diffstat (limited to 'Source/cmListFileCache.h')
-rw-r--r-- | Source/cmListFileCache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmListFileCache.h b/Source/cmListFileCache.h index 83aac511a5..9af00b26d7 100644 --- a/Source/cmListFileCache.h +++ b/Source/cmListFileCache.h @@ -10,6 +10,7 @@ #include <vector> #include "cmState.h" +#include "cmStateSnapshot.h" /** \class cmListFileCache * \brief A class to cache list file contents. |