From eef1d9483d584a4a3030f833f4f94adc7de9abc7 Mon Sep 17 00:00:00 2001 From: Sergey Pisarchik Date: Thu, 10 Apr 2014 21:26:04 +0300 Subject: [PATCH] compile error fix --- search/latlon_match.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search/latlon_match.cpp b/search/latlon_match.cpp index 8bbbebeadd..8708a54f26 100644 --- a/search/latlon_match.cpp +++ b/search/latlon_match.cpp @@ -7,7 +7,7 @@ #include "../std/array.hpp" #include "../std/cmath.hpp" #include "../std/cstdlib.hpp" - +#include "../std/cstring.hpp" namespace search {