From a0f37ef827462d5b2e54891164215bf3d625ee02 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Thu, 27 Feb 2020 15:49:15 +1100 Subject: [PATCH] pixelformat: added missing include for non-windows systems --- app/render/pixelformat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/app/render/pixelformat.h b/app/render/pixelformat.h index e92984f84..eec25f1d8 100644 --- a/app/render/pixelformat.h +++ b/app/render/pixelformat.h @@ -21,6 +21,7 @@ #ifndef BITDEPTHS_H #define BITDEPTHS_H +#include #include #include #include