Browse Source

Fixed std::string reference being an incomplete type in inter.h
Fixes #2339

Jittapan Pluemsumran 7 năm trước cách đây
mục cha
commit
bfb92940d5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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" {