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/llthread.h | |
parent | 075a7bcc980b0ca0d2888d344b6afa8ab5b52d85 (diff) |
BUIDLFIX: moved LLThreadSafeRefCount to proper file
Diffstat (limited to 'indra/llcommon/llthread.h')
-rwxr-xr-x | indra/llcommon/llthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llthread.h b/indra/llcommon/llthread.h index c2c6b8e7ac..d7abdc4970 100755 --- a/indra/llcommon/llthread.h +++ b/indra/llcommon/llthread.h @@ -32,7 +32,7 @@ #include "apr_thread_cond.h" #include "boost/intrusive_ptr.hpp" #include "llmutex.h" -#include "llpointer.h" +#include "llrefcount.h" LL_COMMON_API void assert_main_thread(); |