diff options
Diffstat (limited to 'indra/llcommon/llevent.h')
-rwxr-xr-x | indra/llcommon/llevent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llevent.h b/indra/llcommon/llevent.h index 8cd682b8bf..28ce7de102 100755 --- a/indra/llcommon/llevent.h +++ b/indra/llcommon/llevent.h @@ -29,8 +29,8 @@ #define LL_EVENT_H #include "llsd.h" +#include "llrefcount.h" #include "llpointer.h" -#include "llthread.h" namespace LLOldEvents { |