From 3fff6f6da6d5aee31b3564ee2828947d96e10644 Mon Sep 17 00:00:00 2001 From: modeco80 Date: Wed, 7 Sep 2022 04:16:30 -0500 Subject: [PATCH] ok this too for msvc --- include/pixel/RgbaColor.h | 1 + include/pixel/RgbaImage.h | 1 + 2 files changed, 2 insertions(+) diff --git a/include/pixel/RgbaColor.h b/include/pixel/RgbaColor.h index 659e7d2..6475674 100644 --- a/include/pixel/RgbaColor.h +++ b/include/pixel/RgbaColor.h @@ -9,6 +9,7 @@ #ifndef LIBPIXEL_RGBACOLOR_H #define LIBPIXEL_RGBACOLOR_H +#include #include namespace pixel { diff --git a/include/pixel/RgbaImage.h b/include/pixel/RgbaImage.h index 1b900fe..60646b4 100644 --- a/include/pixel/RgbaImage.h +++ b/include/pixel/RgbaImage.h @@ -11,6 +11,7 @@ #include +#include #include #include