Add Network impl for PS4

This commit is contained in:
Wojtek Figat
2021-05-19 14:49:10 +02:00
parent 3363f6ac0d
commit d7e2ee986b
4 changed files with 7 additions and 4 deletions

View File

@@ -16,6 +16,9 @@
#include "Engine/Platform/Thread.h"
#include "Engine/Scripting/MException.h"
#include "Engine/Profiler/ProfilerCPU.h"
#ifdef USE_MONO_AOT_MODULE
#include "Engine/Core/Types/TimeSpan.h"
#endif
#include <ThirdParty/mono-2.0/mono/jit/jit.h>
#include <ThirdParty/mono-2.0/mono/utils/mono-counters.h>
#include <ThirdParty/mono-2.0/mono/utils/mono-logger.h>