Chromium Code Reviews| Index: src/v8utils.h |
| =================================================================== |
| --- src/v8utils.h (revision 6213) |
| +++ src/v8utils.h (working copy) |
| @@ -28,6 +28,7 @@ |
| #ifndef V8_V8UTILS_H_ |
| #define V8_V8UTILS_H_ |
| +#include <stdarg.h> |
|
antonm
2011/01/11 14:11:33
why this new include?
|
| #include "utils.h" |
| namespace v8 { |