summaryrefslogtreecommitdiff
path: root/Source/cmCommands.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-01-12 21:17:55 +0100
committerStephen Kelly <steveire@gmail.com>2015-02-06 19:04:53 +0100
commitaf65da0aa97f20947f93ddcf9872d23d671f699b (patch)
treed991c610cc6ed0d265d554165d4e6e133d33e270 /Source/cmCommands.h
parente848cc5074c402fe38bb19c831f0b71dc34ece73 (diff)
downloadcmake-af65da0aa97f20947f93ddcf9872d23d671f699b.tar.gz
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 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.