mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
parser-inc: add <memory> include to unordered_map/set for allocator
This commit is contained in:
parent
7c8426a79f
commit
e673937384
@ -24,6 +24,7 @@
|
||||
#include <pair>
|
||||
#include <initializer_list>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
|
||||
namespace std {
|
||||
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <pair>
|
||||
#include <initializer_list>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
|
||||
namespace std {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user