Make the GCC 4.8 bot happy ;).

This commit is contained in:
NiLuJe 2019-06-02 20:44:00 +02:00
parent aaa2fa936a
commit 04c7a8aa4a

View File

@ -24,7 +24,7 @@ typedef unsigned __int8 uint8_t;
#define UINT8_MAX _UI8_MAX
typedef unsigned __int32 uint32_t;
#else
#include <cstdint>
#include <stdint.h>
#endif
// Only needed for the (commented out) Indexed8 codepath