diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2022-09-21 20:58:34 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2022-09-21 20:58:34 +0100 |
commit | 827420e2fe1322023ab016d067211689bbcfbd93 (patch) | |
tree | 93c6c616eac9ede17e5d810447a6184c1aaa8c6e | |
parent | 3994101549eddf84d6c73982109f68d016a819ba (diff) |
SL-18119 - bug fix
-rw-r--r-- | indra/newview/llvoiceclient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp index 8261fc7fb4..d399d724f3 100644 --- a/indra/newview/llvoiceclient.cpp +++ b/indra/newview/llvoiceclient.cpp @@ -37,6 +37,7 @@ #include "llui.h" #include "llkeyboard.h" #include "llagent.h" +#include "lluiusage.h" const F32 LLVoiceClient::OVERDRIVEN_POWER_LEVEL = 0.7f; |