From d16ac70a506190e0ec856cdd1ccad0daf533259f Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 1 May 2022 15:14:12 -0400 Subject: [PATCH] Correct include path. --- InstructionSets/M68k/Implementation/ExecutorImplementation.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InstructionSets/M68k/Implementation/ExecutorImplementation.hpp b/InstructionSets/M68k/Implementation/ExecutorImplementation.hpp index 3f51b3517..3576bf53e 100644 --- a/InstructionSets/M68k/Implementation/ExecutorImplementation.hpp +++ b/InstructionSets/M68k/Implementation/ExecutorImplementation.hpp @@ -9,7 +9,7 @@ #ifndef InstructionSets_M68k_ExecutorImplementation_hpp #define InstructionSets_M68k_ExecutorImplementation_hpp -#include "Perform.hpp" +#include "../Perform.hpp" #include namespace InstructionSet {