diff --git a/addons/cargo/functions/fnc_canShowUnloadAllVehicles.sqf b/addons/cargo/functions/fnc_canShowUnloadAllVehicles.sqf index 552a00b700..04f5c8dc4a 100644 --- a/addons/cargo/functions/fnc_canShowUnloadAllVehicles.sqf +++ b/addons/cargo/functions/fnc_canShowUnloadAllVehicles.sqf @@ -1,4 +1,4 @@ -#include "script_component.hpp" +#include "..\script_component.hpp" /* * Author: Vdauphin * Checks if unload all vehicles interaction can be show. diff --git a/addons/cargo/functions/fnc_getVehicleCargo.sqf b/addons/cargo/functions/fnc_getVehicleCargo.sqf index 43dc6edc70..c71375b074 100644 --- a/addons/cargo/functions/fnc_getVehicleCargo.sqf +++ b/addons/cargo/functions/fnc_getVehicleCargo.sqf @@ -1,4 +1,4 @@ -#include "script_component.hpp" +#include "..\script_component.hpp" /* * Author: Vdauphin * Get vehicle in cargo. diff --git a/addons/cargo/functions/fnc_unloadAllVehicles.sqf b/addons/cargo/functions/fnc_unloadAllVehicles.sqf index 75560dbea2..7edaa3083d 100644 --- a/addons/cargo/functions/fnc_unloadAllVehicles.sqf +++ b/addons/cargo/functions/fnc_unloadAllVehicles.sqf @@ -1,4 +1,4 @@ -#include "script_component.hpp" +#include "..\script_component.hpp" /* * Author: Vdauphin * Unload all vehicles but not ACE Cargo.