From 8bc4894ccbf295d1e1863d44880e27f30f29972c Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 1 Aug 2016 13:21:58 -0700 Subject: Compiler errors on Windows. --- src/opt/fxch/Fxch.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/opt/fxch/Fxch.h') diff --git a/src/opt/fxch/Fxch.h b/src/opt/fxch/Fxch.h index 46756f3f..8291e042 100644 --- a/src/opt/fxch/Fxch.h +++ b/src/opt/fxch/Fxch.h @@ -28,6 +28,9 @@ ABC_NAMESPACE_HEADER_START +typedef unsigned char uint8_t; +typedef unsigned int uint32_t; + //////////////////////////////////////////////////////////////////////// /// TYPEDEF DECLARATIONS /// //////////////////////////////////////////////////////////////////////// -- cgit v1.2.3