From fce8f063e38d86725b6b4d81c1ff42a82194146b Mon Sep 17 00:00:00 2001 From: Johann Date: Tue, 24 Jul 2012 10:19:44 -0700 Subject: [PATCH] Use vpx_integer.h instead of stdint.h vpx_integer accounts for win32, which does not have stdint.h Change-Id: I0ecf243ba56ed2e920e1293a6876c2e1ef1af99e --- test/acm_random.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/acm_random.h b/test/acm_random.h index b631eeb..dcd1bba 100644 --- a/test/acm_random.h +++ b/test/acm_random.h @@ -11,9 +11,10 @@ #ifndef LIBVPX_TEST_ACM_RANDOM_H_ #define LIBVPX_TEST_ACM_RANDOM_H_ -#include #include +#include "vpx/vpx_integer.h" + namespace libvpx_test { class ACMRandom { -- 2.7.4