fix: Compilation on macOS

This commit is contained in:
WerWolv
2023-05-14 21:50:58 +02:00
parent 610f109e2a
commit d96fc6d41b
12 changed files with 14 additions and 4 deletions

View File

@@ -13,6 +13,8 @@
#include <hex/api/event.hpp>
#include <string>
#import <Cocoa/Cocoa.h>
#import <Foundation/Foundation.h>
static std::string nsurl_to_string(NSURL* url) {