diff options
author | Rye <rye@lindenlab.com> | 2024-10-14 22:15:43 -0700 |
---|---|---|
committer | Rye <rye@lindenlab.com> | 2024-10-31 22:50:39 -0700 |
commit | 0ae72a24eb07bbb2cb15402c6b85b53ab50a6d7a (patch) | |
tree | 789d9f3a1ca3aaa516bc144638660007643e82d2 /indra/llmath/v3colorutil.h | |
parent | 3a81065af528f95814a801e289527db41597b408 (diff) |
Try to parallelize xcode builds further and add more headers to PCH to reduce build time
Diffstat (limited to 'indra/llmath/v3colorutil.h')
-rw-r--r-- | indra/llmath/v3colorutil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmath/v3colorutil.h b/indra/llmath/v3colorutil.h index 1378d46450..4dc3100443 100644 --- a/indra/llmath/v3colorutil.h +++ b/indra/llmath/v3colorutil.h @@ -28,6 +28,7 @@ #define LL_V3COLORUTIL_H #include "v3color.h" +#include "v4color.h" inline LLColor3 componentDiv(const LLColor3& left, const LLColor3& right) { |