Skip to content

Commit 1c77f0b

Browse files
committed
xrGame: fixed 2 more undefined reference on linux
1 parent 6c872a9 commit 1c77f0b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/xrGame/stalker_animation_pair.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include "StdAfx.h"
1010
#include "stalker_animation_pair.h"
1111
#include "stalker_animation_manager.h"
12+
#include "stalker_animation_manager_impl.h"
1213
#include "xrCore/Animation/Motion.hpp"
1314
#include "ai_debug.h"
1415
#include "ai/stalker/ai_stalker.h"

src/xrGame/stalker_search_planner.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include "StdAfx.h"
1010
#include "stalker_search_planner.h"
1111
#include "ai/stalker/ai_stalker.h"
12+
#include "ai/stalker/ai_stalker_impl.h"
1213
#include "stalker_decision_space.h"
1314
#include "script_game_object.h"
1415
#include "script_game_object_impl.h"

0 commit comments

Comments
 (0)