summaryrefslogtreecommitdiff
path: root/indra/llmath/v3colorutil.h
diff options
context:
space:
mode:
authorRye <rye@lindenlab.com>2024-10-14 22:15:43 -0700
committerAndrey Lihatskiy <alihatskiy@productengine.com>2025-03-12 18:37:27 +0200
commitd915cf17dfb4ddd79830f3ff9fea004ba9d2b61c (patch)
tree1c1814e0e3d3dbaa1dc9a8b4c6ed4533118704c8 /indra/llmath/v3colorutil.h
parent5aedf53f0180e268d7c47d767e79c2ac4beb4798 (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmath/v3colorutil.h b/indra/llmath/v3colorutil.h
index 62005f76a0..af8799e42a 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(LLColor3 const &left, LLColor3 const & right)
{