From 3bc38d35c9f44b6c668f7423b40389e88c249202 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 14 Jan 2023 14:16:56 -0500 Subject: [PATCH] Fix include order. --- Components/68901/MFP68901.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Components/68901/MFP68901.hpp b/Components/68901/MFP68901.hpp index 6f320a214..f1bda90dd 100644 --- a/Components/68901/MFP68901.hpp +++ b/Components/68901/MFP68901.hpp @@ -9,10 +9,11 @@ #ifndef MFP68901_hpp #define MFP68901_hpp -#include #include "../../ClockReceiver/ClockReceiver.hpp" #include "../../ClockReceiver/ClockingHintSource.hpp" +#include + namespace Motorola { namespace MFP68901 {