Fix includes.

This commit is contained in:
vng 2012-01-26 12:31:47 +03:00 committed by Alex Zolotarev
parent 75c45c2f4c
commit 97f58f98a4
2 changed files with 3 additions and 0 deletions

View file

@ -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"

View file

@ -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"