1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-23 20:29:42 +00:00

Correct include path.

This commit is contained in:
Thomas Harte 2022-05-01 15:14:12 -04:00
parent fc8e020436
commit d16ac70a50

View File

@ -9,7 +9,7 @@
#ifndef InstructionSets_M68k_ExecutorImplementation_hpp
#define InstructionSets_M68k_ExecutorImplementation_hpp
#include "Perform.hpp"
#include "../Perform.hpp"
#include <cassert>
namespace InstructionSet {