diff options
author | MichaĆ Janiszewski <janisozaur@users.noreply.github.com> | 2018-10-29 11:35:02 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2018-10-29 11:35:02 -0700 |
commit | 8bbcd4337b25cc90dfeb365581be1e517964b1b6 (patch) | |
tree | a41de3212cdd20e7b2c444b8ffaf4670d6dc94f3 /src/ir/hashed.h | |
parent | 235607de3d3b4a448f9661b431c0471f748c0c64 (diff) | |
download | binaryen-8bbcd4337b25cc90dfeb365581be1e517964b1b6.tar.gz binaryen-8bbcd4337b25cc90dfeb365581be1e517964b1b6.tar.bz2 binaryen-8bbcd4337b25cc90dfeb365581be1e517964b1b6.zip |
Add missing include guard (#1713)
Diffstat (limited to 'src/ir/hashed.h')
-rw-r--r-- | src/ir/hashed.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ir/hashed.h b/src/ir/hashed.h index 2aaa98db2..b15342aba 100644 --- a/src/ir/hashed.h +++ b/src/ir/hashed.h @@ -15,6 +15,7 @@ */ #ifndef _wasm_ir_hashed_h +#define _wasm_ir_hashed_h #include "support/hash.h" #include "wasm.h" |