From 34ab164ba3fd4cf90c28bcb79b631703b5a6d041 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@bred.dog> Date: Tue, 18 Aug 2020 16:22:53 -0400 Subject: [PATCH] Fix build error from merge --- indra/llxml/llcontrol.h | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/llxml/llcontrol.h b/indra/llxml/llcontrol.h index 4bc76802f83..54f90b6a741 100644 --- a/indra/llxml/llcontrol.h +++ b/indra/llxml/llcontrol.h @@ -67,6 +67,7 @@ class LLVector3; class LLVector3d; class LLQuaternion; class LLColor4; +class LLColor4U; class LLColor3; // if this is changed, also modify mTypeString in llcontrol.h -- GitLab