Chromium Code Reviews| Index: base/environment.cc |
| diff --git a/base/environment.cc b/base/environment.cc |
| index 9ccc0785b835677c6ce3c0028ea9a3fac5fdc67e..37bf751aab0ba9d1ececec8710af080dd6ead844 100644 |
| --- a/base/environment.cc |
| +++ b/base/environment.cc |
| @@ -2,7 +2,10 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| +#include <string> |
| + |
| #include "base/environment.h" |
| +#include "build/build_config.h" |
| #if defined(OS_POSIX) |
| #include <stdlib.h> |