summaryrefslogtreecommitdiff
path: root/src/wasm-s-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-s-parser.h')
-rw-r--r--src/wasm-s-parser.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wasm-s-parser.h b/src/wasm-s-parser.h
index 5440faecc..a286e5af8 100644
--- a/src/wasm-s-parser.h
+++ b/src/wasm-s-parser.h
@@ -19,6 +19,9 @@
// such as are in the spec test suite.
//
+#ifndef wasm_wasm_s_parser_h
+#define wasm_wasm_s_parser_h
+
#include <cmath>
#include "wasm.h"
@@ -1036,3 +1039,5 @@ private:
};
} // namespace wasm
+
+#endif // wasm_wasm_s_parser_h