From 1eb8310814fbafbedca492e6088459786cfcfb14 Mon Sep 17 00:00:00 2001 From: Arthur Moore Date: Tue, 7 Apr 2015 02:16:35 -0400 Subject: [PATCH] Hopefully fix a windows build error --- src/common/Types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Types.h b/src/common/Types.h index d8bd4c13..f9a87c8e 100644 --- a/src/common/Types.h +++ b/src/common/Types.h @@ -18,7 +18,7 @@ #ifndef __VBA_TYPES_H__ #define __VBA_TYPES_H__ -#include +#include typedef uint8_t u8; typedef uint16_t u16;