summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-01-12 20:17:55 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-02-06 18:04:53 (GMT)
commitaf65da0aa97f20947f93ddcf9872d23d671f699b (patch)
treed991c610cc6ed0d265d554165d4e6e133d33e270 /Source/cmCommands.h
parente848cc5074c402fe38bb19c831f0b71dc34ece73 (diff)
downloadCMake-af65da0aa97f20947f93ddcf9872d23d671f699b.zip
CMake-af65da0aa97f20947f93ddcf9872d23d671f699b.tar.gz
CMake-af65da0aa97f20947f93ddcf9872d23d671f699b.tar.bz2
cmStandardIncludes: Remove list include.
Include it only where used.
Diffstat (limited to 'Source/cmCommands.h')
-rw-r--r--Source/cmCommands.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCommands.h b/Source/cmCommands.h
index c56673f..e902853 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.