Explorar o código

Added a missing string import (#6214)

Fixes #6210

Thanks to @jasonch35 and @Daegaladh
Lemongrass3110 %!s(int64=3) %!d(string=hai) anos
pai
achega
d556ab88ae
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>