Hopefully fix a windows build error
This commit is contained in:
parent
14c71c6103
commit
1eb8310814
|
@ -18,7 +18,7 @@
|
||||||
#ifndef __VBA_TYPES_H__
|
#ifndef __VBA_TYPES_H__
|
||||||
#define __VBA_TYPES_H__
|
#define __VBA_TYPES_H__
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <cstdint>
|
||||||
|
|
||||||
typedef uint8_t u8;
|
typedef uint8_t u8;
|
||||||
typedef uint16_t u16;
|
typedef uint16_t u16;
|
||||||
|
|
Loading…
Reference in New Issue