From 96805665956006a4df9136713e4f25fc9895bdb5 Mon Sep 17 00:00:00 2001
From: Thomas Harte <thomas.harte@gmail.com>
Date: Thu, 28 Apr 2022 20:42:44 -0400
Subject: [PATCH] Include in automated build, temporarily.

---
 InstructionSets/M68k/Decoder.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/InstructionSets/M68k/Decoder.cpp b/InstructionSets/M68k/Decoder.cpp
index 414b9768d..a52c501d8 100644
--- a/InstructionSets/M68k/Decoder.cpp
+++ b/InstructionSets/M68k/Decoder.cpp
@@ -8,6 +8,10 @@
 
 #include "Decoder.hpp"
 
+// TODO: remove this include. It's a temporary hack to get the performer into the automated build
+// while I work on this branch.
+#include "Perform.hpp"
+
 #include <cassert>
 
 using namespace InstructionSet::M68k;