diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-20 04:29:17 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-20 04:29:17 +0000 |
commit | 7153d1db11c00245a379fa9601f092020152ea73 (patch) | |
tree | 816eb5f9d965379ebc2a4c4b030c2f9f97549726 /indra/newview/lltoolmorph.cpp | |
parent | 7b75bd089834a84ab5062c96870edeee6fa22861 (diff) |
Partial rewrite of llifstream and llofstream (Windows implementation pending). Moved more functionality from llviewerwearable to llwearable
Diffstat (limited to 'indra/newview/lltoolmorph.cpp')
-rw-r--r-- | indra/newview/lltoolmorph.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltoolmorph.cpp b/indra/newview/lltoolmorph.cpp index 0d5daf129f..148e5a015b 100644 --- a/indra/newview/lltoolmorph.cpp +++ b/indra/newview/lltoolmorph.cpp @@ -34,6 +34,7 @@ #include "llaudioengine.h" #include "llviewercontrol.h" #include "llfontgl.h" +#include "llwearable.h" #include "sound_ids.h" #include "v3math.h" #include "v3color.h" |