summaryrefslogtreecommitdiff
path: root/Source/cmConditionEvaluator.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/cmConditionEvaluator.h
parente848cc5074c402fe38bb19c831f0b71dc34ece73 (diff)
downloadcmake-af65da0aa97f20947f93ddcf9872d23d671f699b.tar.gz
cmStandardIncludes: Remove list include.
Include it only where used.
Diffstat (limited to 'Source/cmConditionEvaluator.h')
-rw-r--r--Source/cmConditionEvaluator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmConditionEvaluator.h b/Source/cmConditionEvaluator.h
index 01624f92cb..fcef234040 100644
--- a/Source/cmConditionEvaluator.h
+++ b/Source/cmConditionEvaluator.h
@@ -15,6 +15,8 @@
#include "cmCommand.h"
#include "cmExpandedCommandArgument.h"
+#include <list>
+
class cmConditionEvaluator
{
public: