From 340a8df17f3a8b1a1b4de6433c8171be37702c38 Mon Sep 17 00:00:00 2001 From: Nikhil Narayana Date: Tue, 5 Nov 2024 09:47:34 -0800 Subject: [PATCH] fix: AutoUpdate check due to missing include --- Source/Core/DolphinQt/Settings/GeneralPane.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/DolphinQt/Settings/GeneralPane.cpp b/Source/Core/DolphinQt/Settings/GeneralPane.cpp index 3c5b567825..d9bb40c179 100644 --- a/Source/Core/DolphinQt/Settings/GeneralPane.cpp +++ b/Source/Core/DolphinQt/Settings/GeneralPane.cpp @@ -37,6 +37,7 @@ #ifdef USE_DISCORD_PRESENCE #include "UICommon/DiscordPresence.h" #endif +#include constexpr int AUTO_UPDATE_DISABLE_INDEX = 0; constexpr int AUTO_UPDATE_BETA_INDEX = 1;