From ed91956c30c0fcc0883420b53f8f043f0fef98d7 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 4 Jan 2024 11:21:32 -0500 Subject: [PATCH] Add missing #include. --- Machines/Apple/AppleIIgs/MemoryMap.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Machines/Apple/AppleIIgs/MemoryMap.hpp b/Machines/Apple/AppleIIgs/MemoryMap.hpp index 6d1820caf..00c4a4355 100644 --- a/Machines/Apple/AppleIIgs/MemoryMap.hpp +++ b/Machines/Apple/AppleIIgs/MemoryMap.hpp @@ -11,6 +11,7 @@ #include #include +#include #include #include "../AppleII/LanguageCardSwitches.hpp"