Ver código fonte

Add missing include

FearlessTobi 6 anos atrás
pai
commit
e22e0eb8d7
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      src/yuzu/configuration/configure_general.cpp

+ 1 - 0
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"