瀏覽代碼

ENH: Add support for deque

Andy Cedilnik 20 年之前
父節點
當前提交
20bb808656
共有 1 個文件被更改,包括 1 次插入0 次删除
  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>