SH-3468 WIP add memory tracking base class

fix for compile error on windows
ignore stdint.h even though VS2010 provides it
master
Richard Linden 2013-01-04 13:04:09 -08:00
parent 019836a396
commit b2197101c4
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,9 @@
#define LLMEMORY_H
#include "linden_common.h"
#include "stdint.h"
#if !LL_WINDOWS
#include <stdint.h>
#endif
class LLMutex ;