mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 04:03:59 +02:00
Add <memory> to AvatarData for _ptr
This commit is contained in:
parent
ea6b620d8a
commit
8002014dcd
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
#define hifi_AvatarData_h
|
||||
|
||||
#include <string>
|
||||
#include <memory>
|
||||
/* VS2010 defines stdint.h, but not inttypes.h */
|
||||
#if defined(_MSC_VER)
|
||||
typedef signed char int8_t;
|
||||
|
|
Loading…
Reference in a new issue