diff options
Diffstat (limited to 'src/parsing.h')
-rw-r--r-- | src/parsing.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/parsing.h b/src/parsing.h index 6d1b60c01..31099571b 100644 --- a/src/parsing.h +++ b/src/parsing.h @@ -14,6 +14,9 @@ * limitations under the License. */ +#ifndef wasm_parsing_h +#define wasm_parsing_h + #include <sstream> #include "wasm.h" @@ -165,3 +168,5 @@ Expression* parseConst(cashew::IString s, WasmType type, MixedArena& allocator) } // namespace wasm + +#endif // wasm_parsing_h |