diff --git a/src/qt/qt_mainwindow.cpp b/src/qt/qt_mainwindow.cpp index 773be7cce..becfd8f9e 100644 --- a/src/qt/qt_mainwindow.cpp +++ b/src/qt/qt_mainwindow.cpp @@ -1,6 +1,5 @@ #include "qt_mainwindow.hpp" #include "ui_qt_mainwindow.h" -#include extern "C" { #include <86box/86box.h> @@ -12,6 +11,7 @@ extern "C" { #include "qt_sdl.h" }; +#include #include #include #include @@ -20,6 +20,7 @@ extern "C" { #include #include +#include #include "qt_settings.hpp" #include "qt_machinestatus.hpp"