From a6dfe7837a536646b1753c87333191e2624afa30 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Fri, 10 Jun 2011 01:48:50 +0200 Subject: [PATCH] Add missing headers for classes used in this header --- indra/newview/llvovolume.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/newview/llvovolume.h b/indra/newview/llvovolume.h index 8b7dc172e..71e4f0323 100644 --- a/indra/newview/llvovolume.h +++ b/indra/newview/llvovolume.h @@ -37,6 +37,8 @@ #include "llviewertexture.h" #include "llframetimer.h" #include "llapr.h" +#include "m3math.h" // LLMatrix3 +#include "m4math.h" // LLMatrix4 #include class LLViewerTextureAnim;