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

dwatteau noreply at scummvm.org
Wed Apr 5 13:54:31 UTC 2023


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:
d2e01fc709 MACOSX: Fix missing includes for older OSX releases


Commit: d2e01fc70937edcc7de23f58426827f0831d095b
    https://github.com/scummvm/scummvm/commit/d2e01fc70937edcc7de23f58426827f0831d095b
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2023-04-05T15:51:27+02:00

Commit Message:
MACOSX: Fix missing includes for older OSX releases

Changed paths:
    backends/platform/sdl/macosx/macosx_osys_misc.mm


diff --git a/backends/platform/sdl/macosx/macosx_osys_misc.mm b/backends/platform/sdl/macosx/macosx_osys_misc.mm
index 3a6756e2315..c44388829e2 100644
--- a/backends/platform/sdl/macosx/macosx_osys_misc.mm
+++ b/backends/platform/sdl/macosx/macosx_osys_misc.mm
@@ -27,11 +27,13 @@
 #include "common/file.h"
 
 #include "backends/platform/sdl/macosx/macosx.h"
+#include "backends/platform/sdl/macosx/macosx-compat.h"
 #include "base/version.h"
 
 #include <Foundation/NSBundle.h>
 #include <Foundation/NSFileManager.h>
 #include <Foundation/NSArray.h>
+#include <Foundation/NSPathUtilities.h>
 #include <Foundation/NSUserDefaults.h>
 #include <AppKit/NSPasteboard.h>
 




More information about the Scummvm-git-logs mailing list