From 41484c19eeb534330a17aff7e7b6663b86198cfe Mon Sep 17 00:00:00 2001 From: Aaron Stone Date: Mon, 11 Oct 2010 15:33:15 -0700 Subject: llvocache.h relies on defines in lldir.h, but forgot to include that file. This is otherwise masked by lldir.h being included from elsewhere, but is a nice to fix. --- indra/newview/llvocache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llvocache.h') diff --git a/indra/newview/llvocache.h b/indra/newview/llvocache.h index 56b48ef705..ccdff5e96c 100644 --- a/indra/newview/llvocache.h +++ b/indra/newview/llvocache.h @@ -30,6 +30,7 @@ #include "lluuid.h" #include "lldatapacker.h" #include "lldlinked.h" +#include "lldir.h" //--------------------------------------------------------------------------- -- cgit v1.2.3