Hopefully fix a windows build error

This commit is contained in:
Arthur Moore 2015-04-07 02:16:35 -04:00
parent 14c71c6103
commit 1eb8310814
1 changed files with 1 additions and 1 deletions

View File

@ -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;