fix includes for macos

This commit is contained in:
altalk23 2022-10-08 18:20:32 +03:00
parent 48de16f02c
commit 0c19e0c75d

View file

@ -1,9 +1,10 @@
#include "../crashlog.hpp"
#include "../../../../filesystem/fs/filesystem.hpp"
#include <Foundation/Foundation.h>
#ifdef GEODE_IS_MACOS
#include "../../../../filesystem/fs/filesystem.hpp"
#include <Foundation/Foundation.h>
bool crashlog::setupPlatformHandler() {
return true;
}