From ae2993625c60052229d6df8304f493bf42bea094 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 8 Jun 2021 17:54:30 -0400 Subject: [PATCH] Add missing header. --- OSBindings/Qt/mainwindow.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OSBindings/Qt/mainwindow.h b/OSBindings/Qt/mainwindow.h index 2fe4230ed..ab02f14e9 100644 --- a/OSBindings/Qt/mainwindow.h +++ b/OSBindings/Qt/mainwindow.h @@ -20,8 +20,9 @@ #include "../../Activity/Observer.hpp" // There are machine-specific controls for the following: -#include "../../Machines/Sinclair/ZX8081/ZX8081.hpp" +#include "../../Machines/Apple/AppleII/AppleII.hpp" #include "../../Machines/Atari/2600/Atari2600.hpp" +#include "../../Machines/Sinclair/ZX8081/ZX8081.hpp" QT_BEGIN_NAMESPACE namespace Ui { class MainWindow; }