mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
wait no include foundation first instead
This commit is contained in:
parent
7592af4a14
commit
9bd1da3215
1 changed files with 1 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
#import <Foundation/Foundation.h>
|
||||||
#include <Geode/loader/IPC.hpp>
|
#include <Geode/loader/IPC.hpp>
|
||||||
#include <Geode/loader/Log.hpp>
|
#include <Geode/loader/Log.hpp>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
@ -5,8 +6,6 @@
|
||||||
#include <loader/console.hpp>
|
#include <loader/console.hpp>
|
||||||
#include <loader/IPC.hpp>
|
#include <loader/IPC.hpp>
|
||||||
#include <loader/ModImpl.hpp>
|
#include <loader/ModImpl.hpp>
|
||||||
#undef CommentType
|
|
||||||
#import <Foundation/Foundation.h>
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <loader/LogImpl.hpp>
|
#include <loader/LogImpl.hpp>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue