diff --git a/include/hacks/Aimbot.hpp b/include/hacks/Aimbot.hpp index feceeda1..f5ddef05 100755 --- a/include/hacks/Aimbot.hpp +++ b/include/hacks/Aimbot.hpp @@ -8,6 +8,7 @@ #pragma once #include "common.hpp" +#include "config.h" class ConVar; class IClientEntity; diff --git a/include/hacks/Misc.hpp b/include/hacks/Misc.hpp index efb1f700..9bda212a 100755 --- a/include/hacks/Misc.hpp +++ b/include/hacks/Misc.hpp @@ -8,6 +8,7 @@ #pragma once #include "common.hpp" +#include "config.h" namespace hacks { diff --git a/include/hacks/Walkbot.hpp b/include/hacks/Walkbot.hpp index d4850b25..291a4d7b 100755 --- a/include/hacks/Walkbot.hpp +++ b/include/hacks/Walkbot.hpp @@ -7,6 +7,8 @@ #pragma once +#include "config.h" + namespace hacks { namespace shared diff --git a/include/prediction.hpp b/include/prediction.hpp index 05afe769..8d8171f2 100755 --- a/include/prediction.hpp +++ b/include/prediction.hpp @@ -8,6 +8,7 @@ #pragma once #include +#include "config.h" class CachedEntity; class Vector;