From 20bb8086568d63b268dea897e93c5bee9be95455 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Wed, 1 Jun 2005 08:25:21 -0400 Subject: ENH: Add support for deque --- Source/cmStandardIncludes.h | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include // include the "c" string header #include -- cgit v0.12