diff options
author | Aaron Stone <stone@lindenlab.com> | 2010-10-11 15:33:15 -0700 |
---|---|---|
committer | Aaron Stone <stone@lindenlab.com> | 2010-10-11 15:33:15 -0700 |
commit | 41484c19eeb534330a17aff7e7b6663b86198cfe (patch) | |
tree | 7db07f586b52b1cc6d59a06a7c6b9224e63d4ce7 | |
parent | 93d31d9bfea91d2d5917ea117cef18f82b2a668f (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.
-rw-r--r-- | indra/newview/llvocache.h | 1 |
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" //--------------------------------------------------------------------------- |