From 30bce34eaf7cc30cb1b7d768f7865b6e6e46419d Mon Sep 17 00:00:00 2001 From: ikpil Date: Wed, 24 Jan 2024 00:08:42 +0900 Subject: [PATCH] fix: SOH issue step2 (#41) https://github.com/ikpil/DotRecast/issues/41 --- src/DotRecast.Detour.Crowd/DtCrowd.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/DotRecast.Detour.Crowd/DtCrowd.cs b/src/DotRecast.Detour.Crowd/DtCrowd.cs index 892c4b3..4afc826 100644 --- a/src/DotRecast.Detour.Crowd/DtCrowd.cs +++ b/src/DotRecast.Detour.Crowd/DtCrowd.cs @@ -22,6 +22,7 @@ using System; using System.Collections.Generic; using System.Threading.Tasks; using DotRecast.Core; +using DotRecast.Core.Buffers; using DotRecast.Core.Collections; using DotRecast.Core.Numerics;