ok this too for msvc
This commit is contained in:
parent
ceeb4eddbe
commit
3fff6f6da6
|
@ -9,6 +9,7 @@
|
|||
#ifndef LIBPIXEL_RGBACOLOR_H
|
||||
#define LIBPIXEL_RGBACOLOR_H
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
namespace pixel {
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
#include <pixel/RgbaColor.h>
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
|
||||
|
|
Loading…
Reference in New Issue