diff options
author | Rye <rye@lindenlab.com> | 2024-10-14 22:15:43 -0700 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-03-12 18:37:27 +0200 |
commit | d915cf17dfb4ddd79830f3ff9fea004ba9d2b61c (patch) | |
tree | 1c1814e0e3d3dbaa1dc9a8b4c6ed4533118704c8 /indra/llmath/llvector4a.cpp | |
parent | 5aedf53f0180e268d7c47d767e79c2ac4beb4798 (diff) |
Try to parallelize xcode builds further and add more headers to PCH to reduce build time
Diffstat (limited to 'indra/llmath/llvector4a.cpp')
-rw-r--r-- | indra/llmath/llvector4a.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llmath/llvector4a.cpp b/indra/llmath/llvector4a.cpp index 0ac91366b6..b81d50f0f9 100644 --- a/indra/llmath/llvector4a.cpp +++ b/indra/llmath/llvector4a.cpp @@ -24,6 +24,8 @@ * $/LicenseInfo$ */ +#include "linden_common.h" + #include "llmemory.h" #include "llmath.h" #include "llquantize.h" |