mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-15 03:25:01 -05:00
fix missing includes
This commit is contained in:
parent
3e0ebcd065
commit
b595d98cd7
2 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
#include <mutex>
|
||||
#include <deque>
|
||||
#include <unordered_set>
|
||||
#include <atomic>
|
||||
|
||||
namespace geode {
|
||||
class Mod;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <dlfcn.h>
|
||||
#include <type_traits>
|
||||
#include "ItaniumCast.hpp"
|
||||
|
||||
namespace geode {
|
||||
|
|
Loading…
Reference in a new issue