Explorar o código

Merge pull request #2340 from rathena/hotfix/issue2339

Fixed std::string reference being an incomplete type in inter.h
Jittapan Pluemsumran %!s(int64=7) %!d(string=hai) anos
pai
achega
eac3365282
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/char/inter.h

+ 1 - 0
src/char/inter.h

@@ -11,6 +11,7 @@
 
 #ifdef __cplusplus // C codes can't see this
 #include <memory>
+#include <string>
 #include <unordered_map>
 
 extern "C" {