From d2719a522380f133e11355490a5a705f233c20e2 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Thu, 28 Jul 2016 01:23:34 +0300 Subject: [PATCH] Include the shared header to prevent compilation errors on the account of undeclared functions. --- source/Misc/Vehicle.cpp | 1 + source/Misc/Weapon.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/source/Misc/Vehicle.cpp b/source/Misc/Vehicle.cpp index b82af43b..20927bc0 100644 --- a/source/Misc/Vehicle.cpp +++ b/source/Misc/Vehicle.cpp @@ -1,5 +1,6 @@ // ------------------------------------------------------------------------------------------------ #include "Misc/Vehicle.hpp" +#include "Base/Shared.hpp" // ------------------------------------------------------------------------------------------------ #include diff --git a/source/Misc/Weapon.cpp b/source/Misc/Weapon.cpp index e4fbb279..69bf0eae 100644 --- a/source/Misc/Weapon.cpp +++ b/source/Misc/Weapon.cpp @@ -1,5 +1,6 @@ // ------------------------------------------------------------------------------------------------ #include "Misc/Weapon.hpp" +#include "Base/Shared.hpp" // ------------------------------------------------------------------------------------------------ #include