1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-01-24 02:30:54 +00:00

Add missing header.

This commit is contained in:
Thomas Harte 2021-06-08 17:54:30 -04:00
parent 0982141442
commit ae2993625c

View File

@ -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; }