From cfa63c7e1d41c7a80def4580dcafbb471af01d24 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Mon, 15 May 2017 10:48:38 +1000 Subject: [PATCH] forgot this (nw) --- src/devices/cpu/i8089/i8089_channel.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/devices/cpu/i8089/i8089_channel.cpp b/src/devices/cpu/i8089/i8089_channel.cpp index 8511e924b33..5bdda27b54e 100644 --- a/src/devices/cpu/i8089/i8089_channel.cpp +++ b/src/devices/cpu/i8089/i8089_channel.cpp @@ -10,6 +10,9 @@ #include "emu.h" #include "i8089_channel.h" + +#include "i8089.h" + #include "debugger.h"