From e28e51463b1df7d8035400627f72c508d4d9bdcd Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Sat, 29 Feb 2020 21:13:11 +0300 Subject: [PATCH] Compilation fix Should fix #7642 --- rpcs3/Emu/GameInfo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcs3/Emu/GameInfo.h b/rpcs3/Emu/GameInfo.h index 455a710f5a..3c20287e82 100644 --- a/rpcs3/Emu/GameInfo.h +++ b/rpcs3/Emu/GameInfo.h @@ -1,6 +1,7 @@ #pragma once #include "Utilities/types.h" +#include struct GameInfo {