forked from organicmaps/organicmaps
Fix some includes.
This commit is contained in:
parent
7cb8ae8acc
commit
a8a59f11cb
1 changed files with 5 additions and 1 deletions
|
@ -1,14 +1,18 @@
|
|||
#pragma once
|
||||
|
||||
#include "../indexer/index.hpp"
|
||||
//#include "../indexer/index.hpp"
|
||||
|
||||
#include "../geometry/rect2d.hpp"
|
||||
|
||||
#include "../coding/reader.hpp"
|
||||
|
||||
#include "../base/base.hpp"
|
||||
#include "../base/string_utils.hpp"
|
||||
|
||||
#include "../std/scoped_ptr.hpp"
|
||||
#include "../std/string.hpp"
|
||||
#include "../std/function.hpp"
|
||||
|
||||
|
||||
class CategoriesHolder;
|
||||
class Index;
|
||||
|
|
Loading…
Add table
Reference in a new issue