From ccf73700ae8095276cbee950f56b4b62b85e3146 Mon Sep 17 00:00:00 2001 From: Patrick Mackinlay Date: Tue, 1 Jun 2021 19:23:09 +0700 Subject: floppy: fix the build --- src/devices/imagedev/floppy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/imagedev/floppy.h b/src/devices/imagedev/floppy.h index 6fbc167bcac..79f3f7c583f 100644 --- a/src/devices/imagedev/floppy.h +++ b/src/devices/imagedev/floppy.h @@ -15,6 +15,7 @@ #include "formats/fsmgr.h" #include "sound/samples.h" #include "softlist_dev.h" +#include "screen.h" class floppy_sound_device; -- cgit v1.2.3