From e88b5f425426613676304b388ad0465cb73a1c61 Mon Sep 17 00:00:00 2001 From: Michael M Date: Mon, 21 Aug 2017 18:21:40 -0700 Subject: [PATCH] GameFile: add missing include for QFileInfo --- Source/Core/DolphinQt2/GameList/GameFile.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/DolphinQt2/GameList/GameFile.cpp b/Source/Core/DolphinQt2/GameList/GameFile.cpp index 9797dcb31a..9c3a892c71 100644 --- a/Source/Core/DolphinQt2/GameList/GameFile.cpp +++ b/Source/Core/DolphinQt2/GameList/GameFile.cpp @@ -5,6 +5,7 @@ #include #include #include +#include #include #include