瀏覽代碼

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

Jittapan Pluemsumran 7 年之前
父節點
當前提交
bfb92940d5
共有 1 個文件被更改,包括 1 次插入0 次删除
  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" {