forked from organicmaps/organicmaps-tmp
Fixed build errors
This commit is contained in:
parent
e86f6bf2be
commit
0ac036f216
2 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@ CONFIG -= app_bundle
|
|||
TEMPLATE = app
|
||||
|
||||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = qt_tstfrm yg map indexer platform geometry coding base expat sgitess
|
||||
DEPENDENCIES = qt_tstfrm yg map indexer platform geometry coding base expat sgitess freetype
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
#include "../base/base.hpp"
|
||||
#include "../base/macros.hpp"
|
||||
|
||||
#include "../std/memcpy.hpp"
|
||||
|
||||
class IntervalIndexBase
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Reference in a new issue