| Index: gpu/command_buffer/common/id_allocator_test.cc
|
| diff --git a/gpu/command_buffer/common/id_allocator_test.cc b/gpu/command_buffer/common/id_allocator_test.cc
|
| index 7d93906198892fbcf66b2b92ccfcac087d883fad..9e0c184e8720921d38ed4120ead98c388007bdee 100644
|
| --- a/gpu/command_buffer/common/id_allocator_test.cc
|
| +++ b/gpu/command_buffer/common/id_allocator_test.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| // This file has the unit tests for the IdAllocator class.
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "gpu/command_buffer/common/id_allocator.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|