Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Unified Diff: src/wasm/decoder.h

Issue 2780913002: Add some missing stdarg includes (Closed)
Patch Set: ... Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/heap/gc-tracer.cc ('k') | src/wasm/wasm-result.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/wasm/decoder.h
diff --git a/src/wasm/decoder.h b/src/wasm/decoder.h
index bfd14366e114633d9b2243c64cdcc11efe7acc2f..88b0d36b09e39a7eb51050d7cb30b4ee6279a56a 100644
--- a/src/wasm/decoder.h
+++ b/src/wasm/decoder.h
@@ -5,6 +5,7 @@
#ifndef V8_WASM_DECODER_H_
#define V8_WASM_DECODER_H_
+#include <cstdarg>
#include <memory>
#include "src/base/compiler-specific.h"
« no previous file with comments | « src/heap/gc-tracer.cc ('k') | src/wasm/wasm-result.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698