mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-05 22:46:56 +00:00
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:
parent
7c9261a461
commit
1c37f64a58
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#pragma once
|
||||
#include <set>
|
||||
|
||||
struct gui_game_info;
|
||||
class iso_archive;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue