[Scummvm-git-logs] scummvm master -> 7a6fcba9b6a20f5d7537d047ec87b78f4fd9d2ed
ccawley2011
ccawley2011 at gmail.com
Sat Jan 2 14:21:31 UTC 2021
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:
7a6fcba9b6 SWITCH: Fix missing include
Commit: 7a6fcba9b6a20f5d7537d047ec87b78f4fd9d2ed
https://github.com/scummvm/scummvm/commit/7a6fcba9b6a20f5d7537d047ec87b78f4fd9d2ed
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2021-01-02T14:21:28Z
Commit Message:
SWITCH: Fix missing include
Changed paths:
backends/events/switchsdl/switchsdl-events.cpp
diff --git a/backends/events/switchsdl/switchsdl-events.cpp b/backends/events/switchsdl/switchsdl-events.cpp
index b3cee1820b..f1bf30436e 100644
--- a/backends/events/switchsdl/switchsdl-events.cpp
+++ b/backends/events/switchsdl/switchsdl-events.cpp
@@ -28,6 +28,7 @@
#include "backends/platform/sdl/switch/switch.h"
#include "backends/events/switchsdl/switchsdl-events.h"
+#include "backends/graphics3d/sdl/sdl-graphics3d.h"
#include "backends/timer/sdl/sdl-timer.h"
#include "backends/platform/sdl/sdl.h"
#include "engines/engine.h"
More information about the Scummvm-git-logs
mailing list