summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid <25727384+ogniK5377@users.noreply.github.com>2019-09-23 00:30:12 +1000
committerGitHub <noreply@github.com>2019-09-23 00:30:12 +1000
commita9abf4e7f8ab8716bb0eee6178a7d44859035997 (patch)
treec9c5cda05767813a4fbc28b5dab3c8f0592aa04e /src
parentb835d7631102fbf2a20e916d06e9a672425f3dbf (diff)
parente22e0eb8d75ba74b6db2256ab3d631c73b8d9f33 (diff)
Merge pull request #2889 from FearlessTobi/adwsawdawd
Add missing include
Diffstat (limited to 'src')
-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"