diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-05-10 20:49:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 20:49:05 +0200 |
commit | 917fd65748957304c987414c63d54ef4f6972394 (patch) | |
tree | 5c882fd193a2ceca93aae1814c3f46b42e946e31 /platform/osx/gl_manager_osx_legacy.h | |
parent | cc3ed63af68ea9262bf8015d34aa6dd6327112e8 (diff) | |
parent | ffe61e0895fd1aea746619280eca3cfd59b0c182 (diff) |
Merge pull request #60929 from bruvzg/macos_ios_includes
Diffstat (limited to 'platform/osx/gl_manager_osx_legacy.h')
-rw-r--r-- | platform/osx/gl_manager_osx_legacy.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/osx/gl_manager_osx_legacy.h b/platform/osx/gl_manager_osx_legacy.h index b5a1b9dd98..76d58de229 100644 --- a/platform/osx/gl_manager_osx_legacy.h +++ b/platform/osx/gl_manager_osx_legacy.h @@ -38,9 +38,9 @@ #include "core/templates/local_vector.h" #include "servers/display_server.h" -#include <AppKit/AppKit.h> -#include <ApplicationServices/ApplicationServices.h> -#include <CoreVideo/CoreVideo.h> +#import <AppKit/AppKit.h> +#import <ApplicationServices/ApplicationServices.h> +#import <CoreVideo/CoreVideo.h> class GLManager_OSX { public: |