mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
fix objc/runtime include
This commit is contained in:
parent
db02c3dd1a
commit
a7181ebba8
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ using namespace geode::prelude;
|
|||
#import <AppKit/AppKit.h>
|
||||
#include <Geode/Utils.hpp>
|
||||
#include <Geode/binding/GameManager.hpp>
|
||||
#include <objc/runtime.h>
|
||||
|
||||
bool utils::clipboard::write(std::string const& data) {
|
||||
[[NSPasteboard generalPasteboard] clearContents];
|
||||
|
|
Loading…
Reference in a new issue