From cb877cf725efd38bf252cd5534bcc31c2d441619 Mon Sep 17 00:00:00 2001 From: Aaron Stone <stone@lindenlab.com> Date: Mon, 11 Oct 2010 15:33:15 -0700 Subject: [PATCH] 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(+) diff --git a/indra/newview/llvocache.h b/indra/newview/llvocache.h index 56b48ef705d..ccdff5e96ce 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" //--------------------------------------------------------------------------- -- GitLab