From 382c7383a51c9163147e7d81e63411c5545767cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BE=D0=B1=D1=80=D1=8B=D0=B8=CC=86=20=D0=AD=D1=8D?= =?UTF-8?q?=D1=85?= Date: Thu, 15 Dec 2016 12:31:43 +0300 Subject: [PATCH] [routing] pull request #4989 review fixes --- routing/route_point.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/routing/route_point.hpp b/routing/route_point.hpp index 55e1c4f4b7..e652b044ef 100644 --- a/routing/route_point.hpp +++ b/routing/route_point.hpp @@ -2,6 +2,8 @@ #include "routing/road_point.hpp" +#include "std/cstdint.hpp" + namespace routing { class RoutePoint final