diff options
author | Andrew Meadows <andrew@lindenlab.com> | 2013-01-03 22:34:34 +0000 |
---|---|---|
committer | Andrew Meadows <andrew@lindenlab.com> | 2013-01-03 22:34:34 +0000 |
commit | 6e82bb7789c1e046dcfb97c6773150df110153f8 (patch) | |
tree | c79b5a696c3f9ea3f617701018d7d9be22ed2a1b /indra/llcommon/llmemory.h | |
parent | cda2cdda511eb2f7a58e284db2c852fd4a3808ae (diff) |
fixing linux compile errors for llcommon after LLTrace work
Diffstat (limited to 'indra/llcommon/llmemory.h')
-rw-r--r-- | indra/llcommon/llmemory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llmemory.h b/indra/llcommon/llmemory.h index e725bdd9fa..7e73afe06a 100644 --- a/indra/llcommon/llmemory.h +++ b/indra/llcommon/llmemory.h @@ -27,6 +27,7 @@ #define LLMEMORY_H #include "linden_common.h" +#include "stdint.h" class LLMutex ; |