From b94b59cf9bba15217700266b3f53430d63c4a0fa Mon Sep 17 00:00:00 2001 From: KimLS Date: Wed, 13 Jan 2016 13:50:17 -0800 Subject: [PATCH] Missing string.h --- common/pathfind.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/pathfind.cpp b/common/pathfind.cpp index 26c5c7f22..71676ef9f 100644 --- a/common/pathfind.cpp +++ b/common/pathfind.cpp @@ -2,6 +2,7 @@ #include "random.h" #include +#include const uint32_t nav_mesh_file_version = 1; const float max_dest_drift = 10.0f;