| Index: media/blink/test_random.h
|
| diff --git a/media/blink/test_random.h b/media/blink/test_random.h
|
| index de3df9fde5d50e18073d44a2fdab67104c5671c0..8cc4211cf9cb9943d12f5d40009df317c73119bd 100644
|
| --- a/media/blink/test_random.h
|
| +++ b/media/blink/test_random.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef MEDIA_BLINK_TEST_RANDOM_H_
|
| #define MEDIA_BLINK_TEST_RANDOM_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| // Vastly simplified ACM random class meant to only be used for testing.
|
| // This class is meant to generate predictable sequences of pseudorandom
|
| // numbers, unlike the classes in base/rand_util.h which are meant to generate
|
|
|