mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix compilation on MinGW Windows
graphics.h:197:36: error: ‘uint8_t’ has not been declared
This commit is contained in:
parent
5228473ec9
commit
2c5f01a093
|
@ -7,6 +7,7 @@
|
|||
|
||||
#include <base/color.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <vector>
|
||||
#define GRAPHICS_TYPE_UNSIGNED_BYTE 0x1401
|
||||
|
|
Loading…
Reference in a new issue