From fd7e031774118efb9e9b73864ae0f000bbbc3f89 Mon Sep 17 00:00:00 2001 From: pongo1231 Date: Fri, 14 Feb 2025 23:03:34 +0000 Subject: [PATCH] ChaosMod: Fix header --- ChaosMod/Memory/Entity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChaosMod/Memory/Entity.h b/ChaosMod/Memory/Entity.h index 224fcda35..9f3b2d563 100644 --- a/ChaosMod/Memory/Entity.h +++ b/ChaosMod/Memory/Entity.h @@ -1,8 +1,8 @@ #pragma once -#include "../Util/Logging.h" #include "Handle.h" #include "Memory.h" +#include "Util/Logging.h" #include