forked from organicmaps/organicmaps
[linux build] Fixed linux clang build.
This commit is contained in:
parent
f9d232bd8c
commit
db394e88b2
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "../std/vector.hpp"
|
||||
#include "std/stdint.hpp"
|
||||
#include "std/vector.hpp"
|
||||
|
||||
namespace il
|
||||
{
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
#include <cmath>
|
||||
#include <iomanip>
|
||||
#include <limits>
|
||||
|
||||
namespace ml
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue