diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/llcommon/lltracerecording.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/indra/llcommon/lltracerecording.h b/indra/llcommon/lltracerecording.h index 355dbabb1c..b646075228 100644 --- a/indra/llcommon/lltracerecording.h +++ b/indra/llcommon/lltracerecording.h @@ -112,6 +112,9 @@ private:  namespace LLTrace  { +	template<typename T> +	class TraceType; +  	class Recording   	:	public LLStopWatchControlsMixin<Recording>  	{ | 
