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;