Removed offending tr1/memory header inclusion.
We already use <memory> at line 160, this was a double include, additionally causing problems (#424).
This commit is contained in:
parent
f8f4ab88f6
commit
4402725c61
@ -124,9 +124,6 @@ typedef unsigned short UInt16;
|
||||
#include <semaphore.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#if !defined(ANDROID_NDK)
|
||||
#include <tr1/memory>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(ANDROID_NDK)
|
||||
|
Loading…
Reference in New Issue
Block a user