summaryrefslogtreecommitdiff
path: root/src/tools/js-wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/js-wrapper.h')
-rw-r--r--src/tools/js-wrapper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/js-wrapper.h b/src/tools/js-wrapper.h
index cfbc36ee6..3a1a1aa4a 100644
--- a/src/tools/js-wrapper.h
+++ b/src/tools/js-wrapper.h
@@ -19,6 +19,10 @@
// values, useful for fuzzing.
//
+#include "wasm-type.h"
+#include "wasm.h"
+#include <string>
+
namespace wasm {
static std::string generateJSWrapper(Module& wasm) {