summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichaƂ Janiszewski <janisozaur@users.noreply.github.com>2018-10-29 11:35:02 -0700
committerAlon Zakai <alonzakai@gmail.com>2018-10-29 11:35:02 -0700
commit8bbcd4337b25cc90dfeb365581be1e517964b1b6 (patch)
treea41de3212cdd20e7b2c444b8ffaf4670d6dc94f3 /src
parent235607de3d3b4a448f9661b431c0471f748c0c64 (diff)
downloadbinaryen-8bbcd4337b25cc90dfeb365581be1e517964b1b6.tar.gz
binaryen-8bbcd4337b25cc90dfeb365581be1e517964b1b6.tar.bz2
binaryen-8bbcd4337b25cc90dfeb365581be1e517964b1b6.zip
Add missing include guard (#1713)
Diffstat (limited to 'src')
-rw-r--r--src/ir/hashed.h1
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"