Chromium Code Reviews| Index: rlz/lib/crc8_unittest.cc |
| diff --git a/rlz/lib/crc8_unittest.cc b/rlz/lib/crc8_unittest.cc |
| index 48892429d9d1471cf6e7c3c44ee7d1e28bef144a..2a2f5f08b5435a36d51c9b16f4c90a9c19bbce28 100644 |
| --- a/rlz/lib/crc8_unittest.cc |
| +++ b/rlz/lib/crc8_unittest.cc |
| @@ -4,6 +4,8 @@ |
| // |
| // Uniitest for data encryption functions. |
| +#include <stddef.h> |
| + |
| #include "base/logging.h" |
| #include "testing/gmock/include/gmock/gmock.h" |
| #include "testing/gtest/include/gtest/gtest.h" |