forked from organicmaps/organicmaps
[drape][android] linking fix
This commit is contained in:
parent
77db36842b
commit
aff1bfc9ec
2 changed files with 3 additions and 1 deletions
|
@ -124,7 +124,6 @@ target_link_libraries(
|
|||
routing
|
||||
traffic
|
||||
routing_common
|
||||
transit
|
||||
drape_frontend
|
||||
shaders
|
||||
search
|
||||
|
@ -134,6 +133,7 @@ target_link_libraries(
|
|||
drape
|
||||
kml
|
||||
editor
|
||||
transit
|
||||
indexer
|
||||
metrics
|
||||
platform
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
#include "drape/render_bucket.hpp"
|
||||
#include "drape/utils/vertex_decl.hpp"
|
||||
|
||||
#include "transit/transit_entities.hpp"
|
||||
|
||||
#include "base/assert.hpp"
|
||||
#include "base/string_utils.hpp"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue