diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-05-18 18:01:22 +0000 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-05-18 18:01:22 +0000 |
| commit | 2b8d3dc6fda2c1d9d1f37a73d24230773e5fe16f (patch) | |
| tree | f12c35abe3784616aedd085854f4f5f474db9c5a /indra/newview/llchiclet.cpp | |
| parent | b7d8c9107e2fe87a920cee2f05296bc8d63f9b54 (diff) | |
| parent | 97519423727f340c1b19b2a61bb48f7c00c387dd (diff) | |
Merged in SL-13265 "Empty leaf" crash safeguards
Diffstat (limited to 'indra/newview/llchiclet.cpp')
| -rw-r--r-- | indra/newview/llchiclet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp index dedb06c945..a8b241d5a9 100644 --- a/indra/newview/llchiclet.cpp +++ b/indra/newview/llchiclet.cpp @@ -36,6 +36,7 @@ #include "llsingleton.h" #include "llsyswellwindow.h" #include "llfloaternotificationstabbed.h" +#include "llviewermenu.h" static LLDefaultChildRegistry::Register<LLChicletPanel> t1("chiclet_panel"); static LLDefaultChildRegistry::Register<LLNotificationChiclet> t2("chiclet_notification"); |
