diff --git a/Machines/ZX8081/ZX8081.cpp b/Machines/ZX8081/ZX8081.cpp index 49fbfec80..f209a8ae1 100644 --- a/Machines/ZX8081/ZX8081.cpp +++ b/Machines/ZX8081/ZX8081.cpp @@ -13,6 +13,7 @@ #include "../../Storage/Tape/Parsers/ZX8081.hpp" #include "../MemoryFuzzer.hpp" +#include "../Typer.hpp" #include "Video.hpp" diff --git a/Machines/ZX8081/ZX8081.hpp b/Machines/ZX8081/ZX8081.hpp index d59d27bf8..bef4d17d5 100644 --- a/Machines/ZX8081/ZX8081.hpp +++ b/Machines/ZX8081/ZX8081.hpp @@ -11,7 +11,6 @@ #include "../ConfigurationTarget.hpp" #include "../CRTMachine.hpp" -#include "../Typer.hpp" namespace ZX8081 {