瀏覽代碼

Added a missing string import (#6214)

Fixes #6210

Thanks to @jasonch35 and @Daegaladh
Lemongrass3110 3 年之前
父節點
當前提交
d556ab88ae
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/map/map.hpp

+ 1 - 0
src/map/map.hpp

@@ -6,6 +6,7 @@
 
 #include <algorithm>
 #include <stdarg.h>
+#include <string>
 #include <unordered_map>
 #include <vector>