| Index: util/numeric/checked_range_test.cc
|
| diff --git a/util/numeric/checked_range_test.cc b/util/numeric/checked_range_test.cc
|
| index ea2e6edc2c37dc8760d3e593abd8bfaa62dc0187..0b1ea32e645d7d3aad68c1c39dc2549002beca8f 100644
|
| --- a/util/numeric/checked_range_test.cc
|
| +++ b/util/numeric/checked_range_test.cc
|
| @@ -15,11 +15,12 @@
|
| #include "util/numeric/checked_range.h"
|
|
|
| #include <stdint.h>
|
| +#include <sys/types.h>
|
|
|
| #include <limits>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/format_macros.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "gtest/gtest.h"
|
|
|
|
|