summaryrefslogtreecommitdiffstats
path: root/Source/cmStandardIncludes.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-01 12:25:21 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-01 12:25:21 (GMT)
commit20bb8086568d63b268dea897e93c5bee9be95455 (patch)
treefa2e0af429ba45c8c8bd25da38a39a10645eb290 /Source/cmStandardIncludes.h
parent34b635332413f1d54e26b46bb8ace0e3b3c6f84f (diff)
downloadCMake-20bb8086568d63b268dea897e93c5bee9be95455.zip
CMake-20bb8086568d63b268dea897e93c5bee9be95455.tar.gz
CMake-20bb8086568d63b268dea897e93c5bee9be95455.tar.bz2
ENH: Add support for deque
Diffstat (limited to 'Source/cmStandardIncludes.h')
-rw-r--r--Source/cmStandardIncludes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h
index 468ca8f..ae83332 100644
--- a/Source/cmStandardIncludes.h
+++ b/Source/cmStandardIncludes.h
@@ -95,6 +95,7 @@ public:
#include <map>
#include <list>
#include <set>
+#include <deque>
// include the "c" string header
#include <string.h>