parser-inc: add missing include to <string> header

This commit is contained in:
rdb 2018-06-06 12:22:31 +02:00
parent c166daf0f3
commit 4e7edf8a53

View File

@ -22,6 +22,7 @@
#include <stdtypedefs.h>
#include <cwchar>
#include <stdint.h>
namespace std {
template<class charT> struct char_traits;