From f89ca8490223753cc7bc548ff0281ffa2e51d0ef Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 22 Aug 2022 21:44:33 -0400 Subject: [PATCH] Add missing include. --- Machines/Apple/AppleII/SCSICard.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Machines/Apple/AppleII/SCSICard.cpp b/Machines/Apple/AppleII/SCSICard.cpp index cf74c37a9..de2560ae9 100644 --- a/Machines/Apple/AppleII/SCSICard.cpp +++ b/Machines/Apple/AppleII/SCSICard.cpp @@ -6,8 +6,6 @@ // Copyright © 2022 Thomas Harte. All rights reserved. // -#include "SCSICard.hpp" - // Per the documentation around the GGLabs Apple II SCSI card clone: // // A 5380 is mapped to the first eight bytes of slot IO: @@ -49,6 +47,10 @@ // bank 0 is also mapped in the IOSEL space ($Cn00-$CnFF). // +#include "SCSICard.hpp" + +#include + using namespace Apple::II; ROM::Request SCSICard::rom_request() {