[Scummvm-git-logs] scummvm master -> 31ecbd086deae8abb222f2201b30acaa92d71ec7

bgK bastien.bouclet at gmail.com
Sun Feb 9 13:52:24 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
31ecbd086d ULTIMA: Fix missing #include


Commit: 31ecbd086deae8abb222f2201b30acaa92d71ec7
    https://github.com/scummvm/scummvm/commit/31ecbd086deae8abb222f2201b30acaa92d71ec7
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2020-02-09T14:51:11+01:00

Commit Message:
ULTIMA: Fix missing #include

Changed paths:
    engines/ultima/nuvie/sound/adplug/opl.h


diff --git a/engines/ultima/nuvie/sound/adplug/opl.h b/engines/ultima/nuvie/sound/adplug/opl.h
index 8e12ad1..54220e7 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 {
 




More information about the Scummvm-git-logs mailing list