summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFearlessTobi <thm.frey@gmail.com>2019-09-21 21:27:10 +0200
committerFearlessTobi <thm.frey@gmail.com>2019-09-22 15:47:21 +0200
commite22e0eb8d75ba74b6db2256ab3d631c73b8d9f33 (patch)
tree7a3c59a00ddbb1f88320161c6d495f1b0415016c
parentMerge pull request #2884 from ogniK5377/deglobal-sys-services (diff)
downloadyuzu-e22e0eb8d75ba74b6db2256ab3d631c73b8d9f33.tar
yuzu-e22e0eb8d75ba74b6db2256ab3d631c73b8d9f33.tar.gz
yuzu-e22e0eb8d75ba74b6db2256ab3d631c73b8d9f33.tar.bz2
yuzu-e22e0eb8d75ba74b6db2256ab3d631c73b8d9f33.tar.lz
yuzu-e22e0eb8d75ba74b6db2256ab3d631c73b8d9f33.tar.xz
yuzu-e22e0eb8d75ba74b6db2256ab3d631c73b8d9f33.tar.zst
yuzu-e22e0eb8d75ba74b6db2256ab3d631c73b8d9f33.zip
-rw-r--r--src/yuzu/configuration/configure_general.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/configuration/configure_general.cpp b/src/yuzu/configuration/configure_general.cpp
index b49446be9..98bc9b391 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 <QCheckBox>
#include <QSpinBox>
#include "core/core.h"
#include "core/settings.h"