Compilation fix: include path.
This commit is contained in:
parent
8a5aa3c2a1
commit
75daa7a5c7
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
|||
#include "../tesselator.hpp"
|
||||
#include "../geometry_serialization.hpp"
|
||||
#include "../mercator.hpp"
|
||||
#include "../point_to_int64.hpp"
|
||||
#include "../coding_params.hpp"
|
||||
|
||||
#include "../../indexer/geometry_serialization.hpp"
|
||||
#include "../../indexer/mercator.hpp"
|
||||
#include "../../indexer/point_to_int64.hpp"
|
||||
#include "../../indexer/coding_params.hpp"
|
||||
|
||||
#include "../../coding/reader.hpp"
|
||||
#include "../../coding/writer.hpp"
|
||||
|
|
Reference in a new issue