1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-08 01:47:11 +02:00

Include the shared header to prevent compilation errors on the account of undeclared functions.

This commit is contained in:
Sandu Liviu Catalin
2016-07-28 01:23:34 +03:00
parent 88feb8c3dc
commit d2719a5223
2 changed files with 2 additions and 0 deletions

@ -1,5 +1,6 @@
// ------------------------------------------------------------------------------------------------
#include "Misc/Vehicle.hpp"
#include "Base/Shared.hpp"
// ------------------------------------------------------------------------------------------------
#include <cstring>

@ -1,5 +1,6 @@
// ------------------------------------------------------------------------------------------------
#include "Misc/Weapon.hpp"
#include "Base/Shared.hpp"
// ------------------------------------------------------------------------------------------------
#include <cstring>