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:
parent
33c9ea2cf7
commit
9680566595
@ -8,6 +8,10 @@
|
|||||||
|
|
||||||
#include "Decoder.hpp"
|
#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>
|
#include <cassert>
|
||||||
|
|
||||||
using namespace InstructionSet::M68k;
|
using namespace InstructionSet::M68k;
|
||||||
|
Loading…
Reference in New Issue
Block a user