From fbc8d42e71420c056307793412c4ace94421f61b Mon Sep 17 00:00:00 2001 From: Kenzzer <14257866+kenzzer@users.noreply.github.com> Date: Wed, 23 Apr 2025 08:21:19 +0000 Subject: [PATCH] Fix errors from rebase --- core/provider/source/provider_source.cpp | 1 + core/provider/source/provider_source.h | 1 + core/vsp_bridge.cpp | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/core/provider/source/provider_source.cpp b/core/provider/source/provider_source.cpp index e73c02c..b7e5bd0 100644 --- a/core/provider/source/provider_source.cpp +++ b/core/provider/source/provider_source.cpp @@ -32,6 +32,7 @@ #include "KeyValues.h" #include "filesystem.h" #include "tier0/icommandline.h" +#include "khook/memory.hpp" #if SOURCE_ENGINE >= SE_ORANGEBOX void LocalCommand_Meta(const CCommand& args); diff --git a/core/provider/source/provider_source.h b/core/provider/source/provider_source.h index 7779212..3c457c9 100644 --- a/core/provider/source/provider_source.h +++ b/core/provider/source/provider_source.h @@ -33,6 +33,7 @@ #include #include "../provider_base.h" +#include "khook.hpp" class IFileSystem; diff --git a/core/vsp_bridge.cpp b/core/vsp_bridge.cpp index bf4bb3d..ba5f2a6 100644 --- a/core/vsp_bridge.cpp +++ b/core/vsp_bridge.cpp @@ -23,6 +23,7 @@ * 3. This notice may not be removed or altered from any source distribution. */ #include +#include #include "metamod.h" #include "metamod_util.h" @@ -32,8 +33,7 @@ #include "loader_bridge.h" #include "metamod_version.h" #include "provider/provider_base.h" - -#include +#include "khook.hpp" ConCommand *g_plugin_unload = NULL; bool g_bIsTryingToUnload;