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 {