parser-inc: add missing include to <string> header
This commit is contained in:
parent
c166daf0f3
commit
4e7edf8a53
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <stdtypedefs.h>
|
||||
#include <cwchar>
|
||||
#include <stdint.h>
|
||||
|
||||
namespace std {
|
||||
template<class charT> struct char_traits;
|
||||
|
|
|
|||
Loading…
Reference in New Issue