diff options
| author | Loren Shih <seraph@lindenlab.com> | 2010-03-30 15:56:15 -0400 | 
|---|---|---|
| committer | Loren Shih <seraph@lindenlab.com> | 2010-03-30 15:56:15 -0400 | 
| commit | 909091cc0c85a8178ff7ed338de04b1bb882bd82 (patch) | |
| tree | 7af8f2efab6ed5ba5e04997e9234a0dafecb77d7 /indra/llui | |
| parent | 856eccdb535b967cd60ad4a906f810cc1827584d (diff) | |
EXT-3415 : INFRASTRUCTURE : Move LLInventoryCollectFunctors to separate class
Moved all the LLInventoryModelCOllectFunctors from LLInventoryModel to LLInventoryFunctions
Diffstat (limited to 'indra/llui')
| -rw-r--r-- | indra/llui/llaccordionctrltab.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/indra/llui/llaccordionctrltab.h b/indra/llui/llaccordionctrltab.h index 462ccc6d53..4b8b22405e 100644 --- a/indra/llui/llaccordionctrltab.h +++ b/indra/llui/llaccordionctrltab.h @@ -35,8 +35,9 @@  #include <string>  #include "llrect.h" +#include "lluictrl.h" +#include "lluicolor.h" -class LLUICtrl;  class LLUICtrlFactory;  class LLUIImage;  class LLButton; | 
