diff options
| author | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-06-23 17:29:37 +0300 |
|---|---|---|
| committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-06-23 17:29:37 +0300 |
| commit | d5fb82283997f50d81af7dbf364783a5961b75d5 (patch) | |
| tree | 350357a0845af2b1737372b85e1db0ec19b31a60 | |
| parent | 719667cdb82a68d4453cd4382374d94f35d68336 (diff) | |
Linux build fix.
--HG--
branch : product-engine
| -rw-r--r-- | indra/newview/llappearancemgr.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h index 982aa02cd0..61779d5c0e 100644 --- a/indra/newview/llappearancemgr.h +++ b/indra/newview/llappearancemgr.h @@ -34,10 +34,12 @@ #define LL_LLAPPEARANCEMGR_H #include "llsingleton.h" + +#include "llagentwearables.h" +#include "llcallbacklist.h" #include "llinventorymodel.h" #include "llinventoryobserver.h" #include "llviewerinventory.h" -#include "llcallbacklist.h" class LLWearable; class LLWearableHoldingPattern; |
