summaryrefslogtreecommitdiff
path: root/indra/llcommon/lltrace.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-12-23 12:27:25 -0800
committerRichard Linden <none@none>2012-12-23 12:27:25 -0800
commit3fd640a6e3dea7a3551c239323d782fb082e1dbd (patch)
tree2e0736320792e74d10570087982fb13938315d52 /indra/llcommon/lltrace.h
parent013f04cabec8e110ee659d9b3f75a4d25f114b7b (diff)
SH-3468 WIP add memory tracking base class
fixed crash on exit by making LLInstanceTracker iterators use atomic iterator nesting count for thread safety
Diffstat (limited to 'indra/llcommon/lltrace.h')
-rw-r--r--indra/llcommon/lltrace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/lltrace.h b/indra/llcommon/lltrace.h
index 4bb19f6070..05191cafaa 100644
--- a/indra/llcommon/lltrace.h
+++ b/indra/llcommon/lltrace.h
@@ -34,6 +34,7 @@
#include "llrefcount.h"
#include "llunit.h"
#include "llapr.h"
+#include "llthreadlocalpointer.h"
#include <list>