From: Johann Date: Tue, 24 Jul 2012 17:19:44 +0000 (-0700) Subject: Use vpx_integer.h instead of stdint.h X-Git-Tag: v1.2.0~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fce8f063e38d86725b6b4d81c1ff42a82194146b;p=libvpx Use vpx_integer.h instead of stdint.h vpx_integer accounts for win32, which does not have stdint.h Change-Id: I0ecf243ba56ed2e920e1293a6876c2e1ef1af99e --- diff --git a/test/acm_random.h b/test/acm_random.h index b631eeb30..dcd1bba8c 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 {