forked from organicmaps/organicmaps-tmp
Fix includes.
This commit is contained in:
parent
75c45c2f4c
commit
97f58f98a4
2 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#include "borders_loader.hpp"
|
||||
#include "borders_generator.hpp"
|
||||
|
||||
#include "../defines.hpp"
|
||||
|
||||
#include "../storage/country_polygon.hpp"
|
||||
|
||||
#include "../indexer/geometry_serialization.hpp"
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
#include "../geometry/distance_on_sphere.hpp"
|
||||
|
||||
#include "../base/logging.hpp"
|
||||
#include "../base/stl_add.hpp"
|
||||
|
||||
#include "../std/algorithm.hpp"
|
||||
#include "../std/function.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue