diff options
author | Richard Linden <none@none> | 2013-07-22 11:01:52 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-07-22 11:01:52 -0700 |
commit | e5b51c7f6cfd1ecf374fe8b705f94968a402c573 (patch) | |
tree | 412e7a32665b672956d3eb3e66bd2fcb0817ded4 /indra/llcommon/llevent.h | |
parent | 075a7bcc980b0ca0d2888d344b6afa8ab5b52d85 (diff) |
BUIDLFIX: moved LLThreadSafeRefCount to proper file
Diffstat (limited to 'indra/llcommon/llevent.h')
-rwxr-xr-x | indra/llcommon/llevent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llevent.h b/indra/llcommon/llevent.h index 9d3a7a654a..28ce7de102 100755 --- a/indra/llcommon/llevent.h +++ b/indra/llcommon/llevent.h @@ -29,6 +29,7 @@ #define LL_EVENT_H #include "llsd.h" +#include "llrefcount.h" #include "llpointer.h" namespace LLOldEvents |