Add missing <set> include for MSVC compatibility (#18486)

Added missing #include <set> in shortcut_utils.h to fix MSVC build
errors (C2059)
This commit is contained in:
kayforbe 2026-03-30 20:47:52 +03:00 committed by GitHub
parent 7c9261a461
commit 1c37f64a58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,5 @@
#pragma once
#include <set>
struct gui_game_info;
class iso_archive;