diff --git a/game/shared/IVehicle.h b/game/shared/IVehicle.h index c8c32e205..eceeaef72 100644 --- a/game/shared/IVehicle.h +++ b/game/shared/IVehicle.h @@ -12,12 +12,13 @@ #pragma once #endif -#include "baseplayer_shared.h" +#include "tier0/platform.h" class CUserCmd; class IMoveHelper; class CMoveData; class CBaseCombatCharacter; +class CBasePlayer; // This is used by the player to access vehicles. It's an interface so the // vehicles are not restricted in what they can derive from.