[linux build] Fixed linux clang build.

This commit is contained in:
Yuri Gorshenin 2015-05-26 15:15:10 +03:00 committed by Alex Zolotarev
parent f9d232bd8c
commit db394e88b2
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,7 @@
#pragma once
#include "../std/vector.hpp"
#include "std/stdint.hpp"
#include "std/vector.hpp"
namespace il
{

View file

@ -12,6 +12,7 @@
#include <cmath>
#include <iomanip>
#include <limits>
namespace ml
{