From 6c3b7c4c2fd29379bc00d8870ae190195eea056b Mon Sep 17 00:00:00 2001 From: aklerza <60571063+aklerza@users.noreply.github.com> Date: Mon, 24 Aug 2026 15:49:10 +0400 Subject: [PATCH] fix missing "Lists.h" include in function FindClosestCarSectorList it uses CPtrList but it is not defined. --- src/core/PlayerInfo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/PlayerInfo.h b/src/core/PlayerInfo.h index 5f67861a1..65b3d8d2a 100644 --- a/src/core/PlayerInfo.h +++ b/src/core/PlayerInfo.h @@ -2,6 +2,7 @@ #define __GTA_PLAYERINFO_H__ #include "ColModel.h" +#include "Lists.h" enum eWastedBustedState {