Chromium Code Reviews| Index: tools/gn/unique_vector_unittest.cc |
| diff --git a/tools/gn/unique_vector_unittest.cc b/tools/gn/unique_vector_unittest.cc |
| index 0f5d461b04d38f32dbe3b3c35be5918e4f17bc89..d735423ff4dc24e40b22a55c1de2cef5704db557 100644 |
| --- a/tools/gn/unique_vector_unittest.cc |
| +++ b/tools/gn/unique_vector_unittest.cc |
| @@ -2,6 +2,8 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| +#include <stddef.h> |
| + |
| #include <algorithm> |
| #include "base/time/time.h" |