diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-01-12 21:17:55 +0100 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-02-06 19:04:53 +0100 |
commit | af65da0aa97f20947f93ddcf9872d23d671f699b (patch) | |
tree | d991c610cc6ed0d265d554165d4e6e133d33e270 /Source/CPack/cmCPackGenerator.cxx | |
parent | e848cc5074c402fe38bb19c831f0b71dc34ece73 (diff) | |
download | cmake-af65da0aa97f20947f93ddcf9872d23d671f699b.tar.gz |
cmStandardIncludes: Remove list include.
Include it only where used.
Diffstat (limited to 'Source/CPack/cmCPackGenerator.cxx')
-rw-r--r-- | Source/CPack/cmCPackGenerator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CPack/cmCPackGenerator.cxx b/Source/CPack/cmCPackGenerator.cxx index 1c670d20ba..006239aac9 100644 --- a/Source/CPack/cmCPackGenerator.cxx +++ b/Source/CPack/cmCPackGenerator.cxx @@ -25,6 +25,7 @@ #include <cmsys/Glob.hxx> #include <cmsys/FStream.hxx> #include <algorithm> +#include <list> #if defined(__HAIKU__) #include <FindDirectory.h> |