From 42518dbfaa36e08bc1f415107d1a4621f5a56d01 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Wed, 15 Feb 2012 20:22:41 +0100 Subject: [PATCH] This fixes a compile error under certain conditions for me. --- indra/newview/pipeline.h | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index 47e7b963e..0cfd64350 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -45,6 +45,7 @@ #include "llgl.h" #include "lldrawable.h" #include "llrendertarget.h" +#include "llfasttimer.h" #include