diff --git a/indexer/point_to_int64.cpp b/indexer/point_to_int64.cpp index bc0e429d88..bebd67c58d 100644 --- a/indexer/point_to_int64.cpp +++ b/indexer/point_to_int64.cpp @@ -9,8 +9,6 @@ #include "../base/start_mem_debug.hpp" -#define POINT_COORD_BITS 30 - namespace { diff --git a/indexer/point_to_int64.hpp b/indexer/point_to_int64.hpp index eac0517c65..947703e712 100644 --- a/indexer/point_to_int64.hpp +++ b/indexer/point_to_int64.hpp @@ -5,6 +5,10 @@ #include "../std/utility.hpp" + +#define POINT_COORD_BITS 30 + + typedef double CoordT; typedef pair CoordPointT;