From e22e0eb8d75ba74b6db2256ab3d631c73b8d9f33 Mon Sep 17 00:00:00 2001 From: FearlessTobi Date: Sat, 21 Sep 2019 21:27:10 +0200 Subject: [PATCH] Add missing include --- src/yuzu/configuration/configure_general.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/yuzu/configuration/configure_general.cpp b/src/yuzu/configuration/configure_general.cpp index b49446be96..98bc9b3914 100644 --- a/src/yuzu/configuration/configure_general.cpp +++ b/src/yuzu/configuration/configure_general.cpp @@ -2,6 +2,7 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#include #include #include "core/core.h" #include "core/settings.h"