Skip to content

Commit 256747a

Browse files
danbevrossberg
authored andcommitted
Add include for cassert (#8)
1 parent 23df600 commit 256747a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/wasm.hh

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#ifndef __WASM_HH
44
#define __WASM_HH
55

6+
#include <cassert>
67
#include <cstddef>
78
#include <cstdint>
89
#include <memory>

0 commit comments

Comments
 (0)