Bläddra i källkod

Added a missing string import (#6214)

Fixes #6210

Thanks to @jasonch35 and @Daegaladh
Lemongrass3110 3 år sedan
förälder
incheckning
d556ab88ae
1 ändrade filer med 1 tillägg och 0 borttagningar
  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>