From 9ef1211d53fde7fa95e2a652eb48d19ef5fcac74 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 24 Jul 2019 22:13:32 -0400 Subject: [PATCH] Adds missing header file. --- Processors/68000/68000.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Processors/68000/68000.hpp b/Processors/68000/68000.hpp index b57d1f6a6..e1babcab6 100644 --- a/Processors/68000/68000.hpp +++ b/Processors/68000/68000.hpp @@ -9,6 +9,7 @@ #ifndef MC68000_h #define MC68000_h +#include #include #include #include