diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index ea15621a1..a56b4c5af 100644 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -26,6 +26,9 @@ #include "llviewerprecompiledheaders.h" #include "llvoicevivox.h" +#if LL_LINUX && defined(LL_STANDALONE) +#include // g_find_program_in_path +#endif #include "llsdutil.h"