From b5934237fa892faed34c71b5370c646f8f18a087 Mon Sep 17 00:00:00 2001 From: Logan B Date: Fri, 25 May 2018 20:28:15 +1200 Subject: [PATCH] Fix build --- src/citra_qt/compatdb.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/citra_qt/compatdb.cpp b/src/citra_qt/compatdb.cpp index 2958ca505..02cc5cae9 100644 --- a/src/citra_qt/compatdb.cpp +++ b/src/citra_qt/compatdb.cpp @@ -2,6 +2,7 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#include #include #include #include "citra_qt/compatdb.h"