diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-14 18:04:46 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-14 18:04:46 +0200 |
commit | 4bc9331dddbacb9c0c36252b32f2514b9080dcf5 (patch) | |
tree | ba318885ab88a1fdcdad8ccc383f2a23bcbac3f0 | |
parent | 12c40ccabfc937a71d4d15d59cf047e9d22ae9f2 (diff) |
SL-19140 Fix contribution doc
-rwxr-xr-x | doc/contributions.txt | 1 | ||||
-rw-r--r-- | indra/newview/llinventoryfunctions.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/contributions.txt b/doc/contributions.txt index cc988b98aa..555bfecd95 100755 --- a/doc/contributions.txt +++ b/doc/contributions.txt @@ -237,6 +237,7 @@ Ansariel Hiller SL-15227 SL-15398 SL-18432 + SL-19140 Aralara Rajal Arare Chantilly CHUIBUG-191 diff --git a/indra/newview/llinventoryfunctions.cpp b/indra/newview/llinventoryfunctions.cpp index 38f79620bb..5e5be39c0c 100644 --- a/indra/newview/llinventoryfunctions.cpp +++ b/indra/newview/llinventoryfunctions.cpp @@ -49,6 +49,7 @@ #include "llclipboard.h" #include "lldirpicker.h" #include "lldonotdisturbnotificationstorage.h" +#include "llfloatermarketplacelistings.h" #include "llfloatersidepanelcontainer.h" #include "llfocusmgr.h" #include "llfolderview.h" |