diff options
Diffstat (limited to 'src/binary-writer.h')
-rw-r--r-- | src/binary-writer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binary-writer.h b/src/binary-writer.h index 0b131b7f..e42503a4 100644 --- a/src/binary-writer.h +++ b/src/binary-writer.h @@ -18,6 +18,7 @@ #define WABT_BINARY_WRITER_H_ #include "common.h" +#include "opcode.h" #include "stream.h" namespace wabt { |