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