1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-26 19:17:52 +00:00

Fix include order.

This commit is contained in:
Thomas Harte
2023-01-14 14:16:56 -05:00
parent 4d67360702
commit 3bc38d35c9
+2 -1
View File
@@ -9,10 +9,11 @@
#ifndef MFP68901_hpp
#define MFP68901_hpp
#include <cstdint>
#include "../../ClockReceiver/ClockReceiver.hpp"
#include "../../ClockReceiver/ClockingHintSource.hpp"
#include <cstdint>
namespace Motorola {
namespace MFP68901 {