Skip to content

Commit ffedcab

Browse files
committed
Fix errors from rebase
1 parent 8c27780 commit ffedcab

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

core/provider/source/provider_source.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#include "KeyValues.h"
3333
#include "filesystem.h"
3434
#include "tier0/icommandline.h"
35+
#include "khook/memory.hpp"
3536

3637
#if SOURCE_ENGINE >= SE_ORANGEBOX
3738
void LocalCommand_Meta(const CCommand& args);

core/provider/source/provider_source.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#include <list>
3434

3535
#include "../provider_base.h"
36+
#include "khook.hpp"
3637

3738
class IFileSystem;
3839

core/vsp_bridge.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* 3. This notice may not be removed or altered from any source distribution.
2424
*/
2525
#include <cassert>
26+
#include <string>
2627

2728
#include "metamod.h"
2829
#include "metamod_util.h"
@@ -32,8 +33,7 @@
3233
#include "loader_bridge.h"
3334
#include "metamod_version.h"
3435
#include "provider/provider_base.h"
35-
36-
#include <string>
36+
#include "khook.hpp"
3737

3838
ConCommand *g_plugin_unload = NULL;
3939
bool g_bIsTryingToUnload;

0 commit comments

Comments
 (0)