| Index: tools/json_schema_compiler/test/objects_unittest.cc
|
| diff --git a/tools/json_schema_compiler/test/objects_unittest.cc b/tools/json_schema_compiler/test/objects_unittest.cc
|
| index f57300f35e00791313f91ed728d75116a4c05fe9..5e28386579d9952c6f5b0410c307dae71819fad9 100644
|
| --- a/tools/json_schema_compiler/test/objects_unittest.cc
|
| +++ b/tools/json_schema_compiler/test/objects_unittest.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "tools/json_schema_compiler/test/objects.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/json/json_writer.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|