fix: .NET script loader not initializing correctly on macOS

This commit is contained in:
WerWolv
2024-05-18 11:10:55 +02:00
parent 9e2f228d9a
commit 1e91505e6e
3 changed files with 17 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
#include <functional>
#include <map>
#include <mutex>
#include <span>
#include <string>
#include <utility>