Преглед изворни кода

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>