1 2 3 4 5 6 7 8 9 10
--- v8/src/wasm/wasm-result.h.orig 2017-05-02 19:04:10 UTC +++ v8/src/wasm/wasm-result.h @@ -5,6 +5,7 @@ #ifndef V8_WASM_RESULT_H_ #define V8_WASM_RESULT_H_ +#include <cstdarg> #include <memory> #include "src/base/compiler-specific.h"