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;