| Index: tools/json_schema_compiler/test/arrays_unittest.cc
|
| diff --git a/tools/json_schema_compiler/test/arrays_unittest.cc b/tools/json_schema_compiler/test/arrays_unittest.cc
|
| index f0d3ab111291de042b9cf38c7b001f855a4c8d59..f54347f10f79db670a7be8d0b453a358704f4abb 100644
|
| --- a/tools/json_schema_compiler/test/arrays_unittest.cc
|
| +++ b/tools/json_schema_compiler/test/arrays_unittest.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "tools/json_schema_compiler/test/arrays.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "tools/json_schema_compiler/test/enums.h"
|
|
|
|
|