]> granicus.if.org Git - libvpx/commitdiff
Use vpx_integer.h instead of stdint.h
authorJohann <johannkoenig@google.com>
Tue, 24 Jul 2012 17:19:44 +0000 (10:19 -0700)
committerJohann <johannkoenig@google.com>
Tue, 24 Jul 2012 17:19:44 +0000 (10:19 -0700)
vpx_integer accounts for win32, which does not have stdint.h

Change-Id: I0ecf243ba56ed2e920e1293a6876c2e1ef1af99e

test/acm_random.h

index b631eeb30cd7b6280850458296496ec5d1d280ed..dcd1bba8c673036893e45061aff495cc2492fbb8 100644 (file)
 #ifndef LIBVPX_TEST_ACM_RANDOM_H_
 #define LIBVPX_TEST_ACM_RANDOM_H_
 
-#include <stdint.h>
 #include <stdlib.h>
 
+#include "vpx/vpx_integer.h"
+
 namespace libvpx_test {
 
 class ACMRandom {