From b05c2c0a4dd0088ae4cd57e900db2d253b7e0e8c Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Mon, 16 Nov 2020 04:01:24 -0500
Subject: [PATCH] Fix build

---
 indra/media_plugins/cef/media_plugin_cef.cpp | 4 ++--
 indra/newview/llpanelprofile.cpp             | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/indra/media_plugins/cef/media_plugin_cef.cpp b/indra/media_plugins/cef/media_plugin_cef.cpp
index 5efb59c21dd..a230da1b9b8 100644
--- a/indra/media_plugins/cef/media_plugin_cef.cpp
+++ b/indra/media_plugins/cef/media_plugin_cef.cpp
@@ -531,9 +531,9 @@ void MediaPluginCEF::receiveMessage(const char* message_string)
 				settings.accept_language_list = mHostLanguage;
 				settings.background_color = 0xffffffff;
 				settings.cache_enabled = true;
-				settings.root_cache_path = mRootCachePath;
+				//settings.root_cache_path = mRootCachePath;
 				settings.cache_path = mCachePath;
-				settings.context_cache_path = mContextCachePath;
+				//settings.context_cache_path = mContextCachePath;
 				settings.cookies_enabled = mCookiesEnabled;
 				settings.disable_gpu = mDisableGPU;
 #if LL_DARWIN
diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp
index dfa3be8c661..1787b132d1b 100644
--- a/indra/newview/llpanelprofile.cpp
+++ b/indra/newview/llpanelprofile.cpp
@@ -64,6 +64,7 @@
 #include "llpanelprofilepicks.h"
 #include "lltrans.h"
 #include "llviewercontrol.h"
+#include "llviewermenu.h"
 #include "llvoiceclient.h"
 #include "llweb.h"
 #include "rlvhandler.h"
-- 
GitLab