summaryrefslogtreecommitdiff
path: root/indra/llcommon/lltracerecording.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-09-19 20:05:53 -0700
committerRichard Linden <none@none>2013-09-19 20:05:53 -0700
commit05ec5ca3d592ed7c730026582a2573d04c6e4c16 (patch)
treeb486498f179ae1fa74933f4e9391e318e38535de /indra/llcommon/lltracerecording.h
parent448f5b42a071a88d5e3031538bcf60102c99af89 (diff)
BUILDFIX: forgot forward declaration
better overrides for memclaim and memdisclaim of sizes added occlusion stats to stats floater stats now render range instead of mean
Diffstat (limited to 'indra/llcommon/lltracerecording.h')
-rw-r--r--indra/llcommon/lltracerecording.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/lltracerecording.h b/indra/llcommon/lltracerecording.h
index edda0f3a8c..2f5cefa8eb 100644
--- a/indra/llcommon/lltracerecording.h
+++ b/indra/llcommon/lltracerecording.h
@@ -124,6 +124,8 @@ namespace LLTrace
template<typename T>
class EventStatHandle;
+ class MemStatHandle;
+
template<typename T>
struct RelatedTypes
{