Browse Source

ENH: Add support for deque

Andy Cedilnik 20 years ago
parent
commit
20bb808656
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmStandardIncludes.h

+ 1 - 0
Source/cmStandardIncludes.h

@@ -95,6 +95,7 @@ public:
 #include <map>
 #include <list>
 #include <set>
+#include <deque>
 
 // include the "c" string header
 #include <string.h>