summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-02-10 17:56:08 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-02-10 17:56:08 (GMT)
commitcbffbf7437ea2d571e26bedee032c23be9347d94 (patch)
treeecd39316ec65c1fff7a75972b0bfee28e0a6bedd /Source/cmake.cxx
parent2fd44b082b0a8e546c73d921f9d8264a668c3b78 (diff)
parentaf65da0aa97f20947f93ddcf9872d23d671f699b (diff)
downloadCMake-cbffbf7437ea2d571e26bedee032c23be9347d94.zip
CMake-cbffbf7437ea2d571e26bedee032c23be9347d94.tar.gz
CMake-cbffbf7437ea2d571e26bedee032c23be9347d94.tar.bz2
Merge topic 'cmStandardIncludes-cleanup'
af65da0a cmStandardIncludes: Remove list include. e848cc50 cmStandardIncludes: Remove deque include. 5fea6898 cmStandardIncludes: Remove some VS6 workarounds.
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 875dbbd..47be481 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -103,6 +103,8 @@
#include <sys/stat.h> // struct stat
+#include <list>
+
static bool cmakeCheckStampFile(const char* stampName);
static bool cmakeCheckStampList(const char* stampName);