diff options
author | Graham Madarasz <graham@lindenlab.com> | 2013-03-11 12:30:16 -0700 |
---|---|---|
committer | Graham Madarasz <graham@lindenlab.com> | 2013-03-11 12:30:16 -0700 |
commit | c04f4f66c813181eb378b00045aec969dc2c4aae (patch) | |
tree | 3e1473f121b8d80f55968aee03db7b5e99f644cb /indra/llcommon | |
parent | b628518fd7c2ee6432dd2f49ecf192bd26455dba (diff) |
Moved LLAlignedArray from llmath to llcommon and put template func impls in header to work around Mac 4.3.3 link issue.
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index e019c17280..0c2ceebb52 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -121,6 +121,7 @@ set(llcommon_HEADER_FILES linden_common.h linked_lists.h llaccountingcost.h + llalignedarray.h llallocator.h llallocator_heap_profile.h llagentconstants.h |