mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
fix thread include
This commit is contained in:
parent
2e860309a1
commit
5c6ea93c8b
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ void geode::utils::permission::requestPermission(Permission permission, utils::M
|
|||
callback(true); // unimplemented
|
||||
}
|
||||
|
||||
#include "../../utils/thread.hpp"
|
||||
#include "thread.hpp"
|
||||
|
||||
// https://learn.microsoft.com/en-us/visualstudio/debugger/how-to-set-a-thread-name-in-native-code?view=vs-2022
|
||||
#pragma pack(push,8)
|
||||
|
|
Loading…
Reference in a new issue