Bläddra i källkod

ENH: Add support for deque

Andy Cedilnik 20 år sedan
förälder
incheckning
20bb808656
1 ändrade filer med 1 tillägg och 0 borttagningar
  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>