diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-01-12 20:17:55 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-02-06 18:04:53 (GMT) |
commit | af65da0aa97f20947f93ddcf9872d23d671f699b (patch) | |
tree | d991c610cc6ed0d265d554165d4e6e133d33e270 /Source/CPack | |
parent | e848cc5074c402fe38bb19c831f0b71dc34ece73 (diff) | |
download | CMake-af65da0aa97f20947f93ddcf9872d23d671f699b.zip CMake-af65da0aa97f20947f93ddcf9872d23d671f699b.tar.gz CMake-af65da0aa97f20947f93ddcf9872d23d671f699b.tar.bz2 |
cmStandardIncludes: Remove list include.
Include it only where used.
Diffstat (limited to 'Source/CPack')
-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 1c670d2..006239a 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> |