diff options
Diffstat (limited to 'linden/indra/newview/lldriverparam.h')
-rw-r--r-- | linden/indra/newview/lldriverparam.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/lldriverparam.h b/linden/indra/newview/lldriverparam.h index d767d6b..afcda9c 100644 --- a/linden/indra/newview/lldriverparam.h +++ b/linden/indra/newview/lldriverparam.h | |||
@@ -32,9 +32,10 @@ | |||
32 | #ifndef LL_LLDRIVERPARAM_H | 32 | #ifndef LL_LLDRIVERPARAM_H |
33 | #define LL_LLDRIVERPARAM_H | 33 | #define LL_LLDRIVERPARAM_H |
34 | 34 | ||
35 | #include "llvoavatar.h" | ||
36 | #include "llviewervisualparam.h" | 35 | #include "llviewervisualparam.h" |
37 | 36 | ||
37 | class LLVOAvatar; | ||
38 | |||
38 | //----------------------------------------------------------------------------- | 39 | //----------------------------------------------------------------------------- |
39 | 40 | ||
40 | struct LLDrivenEntryInfo | 41 | struct LLDrivenEntryInfo |