[Scummvm-git-logs] scummvm master -> fd0741bfb122e98549f310385aaa18006cde3e1f

ccawley2011 ccawley2011 at gmail.com
Fri May 15 13:18:05 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:
fd0741bfb1 RISCOS: Fix missing include


Commit: fd0741bfb122e98549f310385aaa18006cde3e1f
    https://github.com/scummvm/scummvm/commit/fd0741bfb122e98549f310385aaa18006cde3e1f
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2020-05-15T14:17:42+01:00

Commit Message:
RISCOS: Fix missing include

Changed paths:
    backends/platform/sdl/riscos/riscos.cpp


diff --git a/backends/platform/sdl/riscos/riscos.cpp b/backends/platform/sdl/riscos/riscos.cpp
index 355dee1cc6..6a1326cecc 100644
--- a/backends/platform/sdl/riscos/riscos.cpp
+++ b/backends/platform/sdl/riscos/riscos.cpp
@@ -30,6 +30,8 @@
 #include "backends/fs/riscos/riscos-fs-factory.h"
 #include "backends/fs/riscos/riscos-fs.h"
 
+#include "common/config-manager.h"
+
 #include <kernel.h>
 #include <swis.h>
 




More information about the Scummvm-git-logs mailing list