fix: AutoUpdate check due to missing include

This commit is contained in:
Nikhil Narayana 2024-11-05 09:47:34 -08:00
commit 340a8df17f
No known key found for this signature in database
GPG key ID: 2D6E647B8732451F

View file

@ -37,6 +37,7 @@
#ifdef USE_DISCORD_PRESENCE
#include "UICommon/DiscordPresence.h"
#endif
#include <UICommon/AutoUpdate.h>
constexpr int AUTO_UPDATE_DISABLE_INDEX = 0;
constexpr int AUTO_UPDATE_BETA_INDEX = 1;