Chromium Code Reviews| Index: runtime/bin/main.cc |
| diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc |
| index 5ac62adb05174416eaba69e00db59f63ae6ffeea..8f29c29f2afa6fef0ffd864d7f0c5cd3dcb3db47 100644 |
| --- a/runtime/bin/main.cc |
| +++ b/runtime/bin/main.cc |
| @@ -17,6 +17,7 @@ |
| #include "bin/file.h" |
| #include "bin/platform.h" |
| #include "bin/process.h" |
| +#include "bin/utils.h" |
| #include "platform/globals.h" |
| // snapshot_buffer points to a snapshot if we link in a snapshot otherwise |