소스 검색

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" {