mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
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 <stdtypedefs.h>
|
||||||
#include <cwchar>
|
#include <cwchar>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
namespace std {
|
namespace std {
|
||||||
template<class charT> struct char_traits;
|
template<class charT> struct char_traits;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user