mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
parser-inc: add <memory> include to unordered_map/set for allocator
This commit is contained in:
parent
7c8426a79f
commit
e673937384
@ -24,9 +24,10 @@
|
|||||||
#include <pair>
|
#include <pair>
|
||||||
#include <initializer_list>
|
#include <initializer_list>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
namespace std {
|
namespace std {
|
||||||
|
|
||||||
template <class Key,
|
template <class Key,
|
||||||
class T,
|
class T,
|
||||||
class Hash = hash<Key>,
|
class Hash = hash<Key>,
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
#include <pair>
|
#include <pair>
|
||||||
#include <initializer_list>
|
#include <initializer_list>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
namespace std {
|
namespace std {
|
||||||
|
|
||||||
@ -46,7 +47,7 @@ namespace std {
|
|||||||
typedef typename allocator_type::const_reference const_reference;
|
typedef typename allocator_type::const_reference const_reference;
|
||||||
typedef size_t size_type;
|
typedef size_t size_type;
|
||||||
typedef std::ptrdiff_t difference_type;
|
typedef std::ptrdiff_t difference_type;
|
||||||
|
|
||||||
class iterator;
|
class iterator;
|
||||||
class const_iterator;
|
class const_iterator;
|
||||||
class local_iterator;
|
class local_iterator;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user