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 | cb877cf725efd38bf252cd5534bcc31c2d441619 (patch) | |
tree | c9d4db268dbcf6c8ad4e70cdcbdfc33dbe42de40 /indra | |
parent | 7ea2a1f9cc998396f437ec2535ddb1d51cce46b1 (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')
-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" //--------------------------------------------------------------------------- |