Browse Source

Added a missing string import (#6214)

Fixes #6210

Thanks to @jasonch35 and @Daegaladh
Lemongrass3110 3 năm trước cách đây
mục cha
commit
d556ab88ae
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>