Chromium Code Reviews| Index: base/files/memory_mapped_file.cc |
| diff --git a/base/files/memory_mapped_file.cc b/base/files/memory_mapped_file.cc |
| index 45569e35ba712e47f41a6f57c5e271b349f959c2..0fd9d6796b10734a1224556ad16ab0d2418662f9 100644 |
| --- a/base/files/memory_mapped_file.cc |
| +++ b/base/files/memory_mapped_file.cc |
| @@ -9,6 +9,7 @@ |
| #include "base/files/file_path.h" |
| #include "base/logging.h" |
| #include "base/sys_info.h" |
| +#include "build/build_config.h" |
| namespace base { |