Chromium Code Reviews| Index: runtime/bin/vmservice_impl.cc |
| diff --git a/runtime/bin/vmservice_impl.cc b/runtime/bin/vmservice_impl.cc |
| index b35c67e00ed72a974a17a9be38bdfd6fb11efb87..b3b6e36169f387b26a1f48a664f5d3deafc80de2 100644 |
| --- a/runtime/bin/vmservice_impl.cc |
| +++ b/runtime/bin/vmservice_impl.cc |
| @@ -9,7 +9,9 @@ |
| #include "bin/builtin.h" |
| #include "bin/dartutils.h" |
| #include "bin/isolate_data.h" |
| +#include "bin/platform.h" |
| #include "bin/thread.h" |
| +#include "platform/json.h" |
| namespace dart { |
| namespace bin { |