forked from organicmaps/organicmaps
[linux] build fix
This commit is contained in:
parent
74a12dfd78
commit
c8726eb6f5
2 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
#include "drape/index_storage.hpp"
|
||||
#include "drape/pointers.hpp"
|
||||
|
||||
#include "std/cstdint.hpp"
|
||||
|
||||
namespace dp
|
||||
{
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "std/vector.hpp"
|
||||
#include "std/cstdint.hpp"
|
||||
|
||||
namespace dp
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue