Skip to content

Commit 5783492

Browse files
committed
xrGame: fix include path for win build
1 parent 6cb41f5 commit 5783492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrGame/ai/monsters/states/monster_state_squad_rest_follow_inline.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#include "state_custom_action.h"
44
#include "state_move_to_point.h"
5-
#include "ai_monster_squad.h"
5+
#include "../ai_monster_squad.h"
66

77
#define TEMPLATE_SPECIALIZATION \
88
template <typename _Object\

0 commit comments

Comments
 (0)