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/llxml | |
parent | 075a7bcc980b0ca0d2888d344b6afa8ab5b52d85 (diff) |
BUIDLFIX: moved LLThreadSafeRefCount to proper file
Diffstat (limited to 'indra/llxml')
-rwxr-xr-x | indra/llxml/llxmlnode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llxml/llxmlnode.h b/indra/llxml/llxmlnode.h index d7681c54a0..339bfa924d 100755 --- a/indra/llxml/llxmlnode.h +++ b/indra/llxml/llxmlnode.h @@ -38,6 +38,7 @@ #include <map> #include "indra_constants.h" +#include "llrefcount.h" #include "llpointer.h" #include "llstring.h" #include "llstringtable.h" |