From 4a54d375cc5091ffbcfcd76aa6001638a964ed34 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Sun, 25 Oct 2020 01:31:05 +0200 Subject: [PATCH] add cassert for windows --- components/detournavigator/findsmoothpath.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/detournavigator/findsmoothpath.hpp b/components/detournavigator/findsmoothpath.hpp index 2fc39d63f..dcdddce8a 100644 --- a/components/detournavigator/findsmoothpath.hpp +++ b/components/detournavigator/findsmoothpath.hpp @@ -19,7 +19,7 @@ #include #include - +#include #include class dtNavMesh;