diff options
| author | 2019-09-23 00:30:12 +1000 | |
|---|---|---|
| committer | 2019-09-23 00:30:12 +1000 | |
| commit | a9abf4e7f8ab8716bb0eee6178a7d44859035997 (patch) | |
| tree | c9c5cda05767813a4fbc28b5dab3c8f0592aa04e /src | |
| parent | Merge pull request #2876 from ogniK5377/AcquireNpadStyleSetUpdateEventHandle-fix (diff) | |
| parent | Add missing include (diff) | |
| download | yuzu-a9abf4e7f8ab8716bb0eee6178a7d44859035997.tar.gz yuzu-a9abf4e7f8ab8716bb0eee6178a7d44859035997.tar.xz yuzu-a9abf4e7f8ab8716bb0eee6178a7d44859035997.zip | |
Merge pull request #2889 from FearlessTobi/adwsawdawd
Add missing include
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/configuration/configure_general.cpp | 1 |
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 @@ | |||
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include <QCheckBox> | ||
| 5 | #include <QSpinBox> | 6 | #include <QSpinBox> |
| 6 | #include "core/core.h" | 7 | #include "core/core.h" |
| 7 | #include "core/settings.h" | 8 | #include "core/settings.h" |