| Index: rlz/lib/rlz_lib_test.cc
|
| diff --git a/rlz/lib/rlz_lib_test.cc b/rlz/lib/rlz_lib_test.cc
|
| index 5e1be3cd8d78499053519a630d51d8701631eb49..666aee130f00cfb1233f7f6dfc4f99f17588da7e 100644
|
| --- a/rlz/lib/rlz_lib_test.cc
|
| +++ b/rlz/lib/rlz_lib_test.cc
|
| @@ -13,9 +13,12 @@
|
| // The "GGLA" brand is used to test the normal code flow of the code, and the
|
| // "TEST" brand is used to test the supplementary brand code code flow.
|
|
|
| -#include "base/posix/eintr_wrapper.h"
|
| +#include <stddef.h>
|
| +
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "base/posix/eintr_wrapper.h"
|
| +#include "build/build_config.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|