소스 검색

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>