From df3c7094d5a33a39fada1afad4ff765554f00467 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Thu, 26 Mar 2020 13:25:36 +0300 Subject: [PATCH] Fixed error --- dbms/src/Functions/GeoHash.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dbms/src/Functions/GeoHash.cpp b/dbms/src/Functions/GeoHash.cpp index 1453f403b63..c6ac9939070 100644 --- a/dbms/src/Functions/GeoHash.cpp +++ b/dbms/src/Functions/GeoHash.cpp @@ -1,4 +1,5 @@ #include +#include #include #include