[Scummvm-git-logs] scummvm master -> 1a64d19de719feb6340e57afd9af987677d6f122

sev- sev at scummvm.org
Sun May 10 23:52:05 UTC 2020


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

Summary:
4f30f26d80 3DS: Fix compilation
1a64d19de7 ANDROID: Fix compilation


Commit: 4f30f26d806392e061b7d01b80a4eec2365f123d
    https://github.com/scummvm/scummvm/commit/4f30f26d806392e061b7d01b80a4eec2365f123d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-05-11T01:51:15+02:00

Commit Message:
3DS: Fix compilation

Changed paths:
    backends/platform/3ds/osystem.h


diff --git a/backends/platform/3ds/osystem.h b/backends/platform/3ds/osystem.h
index 127bcd1982..111c3ad130 100644
--- a/backends/platform/3ds/osystem.h
+++ b/backends/platform/3ds/osystem.h
@@ -34,6 +34,7 @@
 #include "backends/platform/3ds/sprite.h"
 #include "common/rect.h"
 #include "common/queue.h"
+#include "engines/engine.h"
 
 #define TICKS_PER_MSEC 268123
 


Commit: 1a64d19de719feb6340e57afd9af987677d6f122
    https://github.com/scummvm/scummvm/commit/1a64d19de719feb6340e57afd9af987677d6f122
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-05-11T01:51:42+02:00

Commit Message:
ANDROID: Fix compilation

Changed paths:
    backends/platform/android/jni-android.h


diff --git a/backends/platform/android/jni-android.h b/backends/platform/android/jni-android.h
index f75d1741e9..6f034a9169 100644
--- a/backends/platform/android/jni-android.h
+++ b/backends/platform/android/jni-android.h
@@ -31,6 +31,7 @@
 #include "common/fs.h"
 #include "common/archive.h"
 #include "common/array.h"
+#include "engines/engine.h"
 
 class OSystem_Android;
 




More information about the Scummvm-git-logs mailing list