diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-06-18 16:07:22 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-06-18 16:07:22 -0400 |
commit | b56bf674cb2280848f2f3aa8f76af4324b33172a (patch) | |
tree | ac24385d3d7b87ac4210eabb06bef5bb05821865 /indra/newview | |
parent | be4edcd3da438ee546e575c6b768cd002a6d5aaa (diff) |
Quick fix to the compilation of llpreviewgesture to include appropriate
header file. Complements the work Seraph has been doing for cleaning
this up.
Code reviewed by Seraph
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llpreviewgesture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpreviewgesture.h b/indra/newview/llpreviewgesture.h index 1814f0d403..c815b5b329 100644 --- a/indra/newview/llpreviewgesture.h +++ b/indra/newview/llpreviewgesture.h @@ -35,6 +35,7 @@ #include "llassettype.h" #include "llpreview.h" +#include "llmultigesture.h" class LLMultiGesture; class LLLineEditor; |