Fix compilation on MinGW Windows

graphics.h:197:36: error: ‘uint8_t’ has not been declared
This commit is contained in:
def 2020-09-13 23:05:43 +02:00
parent 5228473ec9
commit 2c5f01a093

View file

@ -7,6 +7,7 @@
#include <base/color.h>
#include <stddef.h>
#include <stdint.h>
#include <vector>
#define GRAPHICS_TYPE_UNSIGNED_BYTE 0x1401