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/cmCommands.h | |
parent | e848cc5074c402fe38bb19c831f0b71dc34ece73 (diff) | |
download | cmake-af65da0aa97f20947f93ddcf9872d23d671f699b.tar.gz |
cmStandardIncludes: Remove list include.
Include it only where used.
Diffstat (limited to 'Source/cmCommands.h')
-rw-r--r-- | Source/cmCommands.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCommands.h b/Source/cmCommands.h index c56673fed5..e902853867 100644 --- a/Source/cmCommands.h +++ b/Source/cmCommands.h @@ -13,6 +13,8 @@ #define cmCommands_h #include "cmStandardIncludes.h" +#include <list> + class cmCommand; /** * Global function to return all compiled in commands. |