1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 23:52:26 +00:00

Include in automated build, temporarily.

This commit is contained in:
Thomas Harte 2022-04-28 20:42:44 -04:00
parent 33c9ea2cf7
commit 9680566595

View File

@ -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;