From 37e29de342d927e67fc959361d14b59656324795 Mon Sep 17 00:00:00 2001 From: "Joakim L. Gilje" Date: Mon, 6 Dec 2021 10:41:14 +0100 Subject: [PATCH] include unordered_map --- src/qt/qt_mainwindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"