diff options
Diffstat (limited to '')
-rw-r--r-- | src/control/Population.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/control/Population.h b/src/control/Population.h index 7e4b40d8..3582ccef 100644 --- a/src/control/Population.h +++ b/src/control/Population.h @@ -1,8 +1,9 @@ #pragma once +#include "Game.h" + class CPed; class CVehicle; -enum eLevelName; struct PedGroup { |