From db394e88b2a5c6c2d9814f3c82586cc8de9c8289 Mon Sep 17 00:00:00 2001 From: Yuri Gorshenin Date: Tue, 26 May 2015 15:15:10 +0300 Subject: [PATCH] [linux build] Fixed linux clang build. --- coding/png_memory_encoder.hpp | 3 ++- render/point.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/coding/png_memory_encoder.hpp b/coding/png_memory_encoder.hpp index b94643a892..b26712bda1 100644 --- a/coding/png_memory_encoder.hpp +++ b/coding/png_memory_encoder.hpp @@ -1,6 +1,7 @@ #pragma once -#include "../std/vector.hpp" +#include "std/stdint.hpp" +#include "std/vector.hpp" namespace il { diff --git a/render/point.h b/render/point.h index 51492c475b..2d052fab40 100644 --- a/render/point.h +++ b/render/point.h @@ -12,6 +12,7 @@ #include #include +#include namespace ml {