Chromium Code Reviews| Index: runtime/vm/dart_api_impl.cc |
| =================================================================== |
| --- runtime/vm/dart_api_impl.cc (revision 1415) |
| +++ runtime/vm/dart_api_impl.cc (working copy) |
| @@ -2,6 +2,8 @@ |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| +#include <stdarg.h> |
|
cshapiro
2011/11/11 01:26:19
This is already included in the vm/globals.h heade
|
| + |
| #include "include/dart_api.h" |
| #include "vm/bigint_operations.h" |