From 0a75534c63ce0e9ebb4637be77fcbe314f8e3282 Mon Sep 17 00:00:00 2001 From: HowToCompute Date: Tue, 1 Jan 2019 19:38:24 +0100 Subject: [PATCH] Further 4.21 fixes Includes fixes that only showed up after using a RunUAT command to package the plugin (to create the final release artifact). --- Source/Socketer/Public/Socketer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Socketer/Public/Socketer.h b/Source/Socketer/Public/Socketer.h index a3731f3..ed482c8 100644 --- a/Source/Socketer/Public/Socketer.h +++ b/Source/Socketer/Public/Socketer.h @@ -8,7 +8,7 @@ #pragma once -#include "ModuleManager.h" +#include "Modules/ModuleManager.h" class FSocketerModule : public IModuleInterface {