| Index: mojo/public/cpp/test_support/lib/test_utils.cc
|
| diff --git a/mojo/public/cpp/test_support/lib/test_utils.cc b/mojo/public/cpp/test_support/lib/test_utils.cc
|
| index 210c6b10cab5dfcc7cc3ad7891dec068b7512e2c..92288c49de70fbd2993f362299fbaca454725578 100644
|
| --- a/mojo/public/cpp/test_support/lib/test_utils.cc
|
| +++ b/mojo/public/cpp/test_support/lib/test_utils.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "mojo/public/cpp/test_support/test_utils.h"
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "mojo/public/cpp/system/core.h"
|
| #include "mojo/public/cpp/test_support/test_support.h"
|
|
|
|
|