From 31ecbd086deae8abb222f2201b30acaa92d71ec7 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Sun, 9 Feb 2020 14:51:11 +0100 Subject: [PATCH] ULTIMA: Fix missing #include --- engines/ultima/nuvie/sound/adplug/opl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engines/ultima/nuvie/sound/adplug/opl.h b/engines/ultima/nuvie/sound/adplug/opl.h index 8e12ad19af2..54220e7972e 100644 --- a/engines/ultima/nuvie/sound/adplug/opl.h +++ b/engines/ultima/nuvie/sound/adplug/opl.h @@ -23,6 +23,8 @@ #ifndef NUVIE_SOUND_ADPLUG_OPL #define NUVIE_SOUND_ADPLUG_OPL +#include "common/scummsys.h" + namespace Ultima { namespace Nuvie {