summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAaron Stone <stone@lindenlab.com>2010-10-11 15:33:15 -0700
committerAaron Stone <stone@lindenlab.com>2010-10-11 15:33:15 -0700
commit41484c19eeb534330a17aff7e7b6663b86198cfe (patch)
tree7db07f586b52b1cc6d59a06a7c6b9224e63d4ce7 /indra/newview
parent93d31d9bfea91d2d5917ea117cef18f82b2a668f (diff)
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.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llvocache.h1
1 files changed, 1 insertions, 0 deletions
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"
//---------------------------------------------------------------------------