SH-3468 WIP add memory tracking base class
fix for compile error on windows ignore stdint.h even though VS2010 provides itmaster
parent
019836a396
commit
b2197101c4
|
|
@ -27,7 +27,9 @@
|
|||
#define LLMEMORY_H
|
||||
|
||||
#include "linden_common.h"
|
||||
#include "stdint.h"
|
||||
#if !LL_WINDOWS
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
class LLMutex ;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue