diff options
Diffstat (limited to 'linden/indra/newview/llpanelpick.cpp')
-rw-r--r-- | linden/indra/newview/llpanelpick.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanelpick.cpp b/linden/indra/newview/llpanelpick.cpp index 9c2638f..3417b17 100644 --- a/linden/indra/newview/llpanelpick.cpp +++ b/linden/indra/newview/llpanelpick.cpp | |||
@@ -59,6 +59,10 @@ | |||
59 | #include "llviewerregion.h" | 59 | #include "llviewerregion.h" |
60 | #include "llviewerwindow.h" | 60 | #include "llviewerwindow.h" |
61 | 61 | ||
62 | // [RLVa:KB] | ||
63 | #include "rlvhandler.h" | ||
64 | // [/RLVa:KB] | ||
65 | |||
62 | //static | 66 | //static |
63 | std::list<LLPanelPick*> LLPanelPick::sAllPanels; | 67 | std::list<LLPanelPick*> LLPanelPick::sAllPanels; |
64 | 68 | ||