Explorar o código

ENH: Add support for deque

Andy Cedilnik %!s(int64=21) %!d(string=hai) anos
pai
achega
20bb808656
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>