From 73e45511dc55114415da17ae06a3dcbe769077ab Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 4 Oct 2021 05:26:38 -0700 Subject: [PATCH] Add missing #include. --- Components/6526/Implementation/6526Storage.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Components/6526/Implementation/6526Storage.hpp b/Components/6526/Implementation/6526Storage.hpp index d193e87b2..55e406401 100644 --- a/Components/6526/Implementation/6526Storage.hpp +++ b/Components/6526/Implementation/6526Storage.hpp @@ -11,6 +11,8 @@ #include +#include "../../../ClockReceiver/ClockReceiver.hpp" + namespace MOS { namespace MOS6526 {