summaryrefslogtreecommitdiff
path: root/src/pass.h
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-04-07 21:28:26 -0700
committerAlon Zakai <alonzakai@gmail.com>2016-04-07 21:28:26 -0700
commitd30b98d47697daa167333db66ac0fe3d8a693eae (patch)
tree75ad13773b0422d8f42b184ab8544d69384ef7da /src/pass.h
parentc0f0be986d9009a05a3bbaf42c841b863d9b83c1 (diff)
parent540056ededd811b859e0cf4db9782d8cb7711215 (diff)
downloadbinaryen-d30b98d47697daa167333db66ac0fe3d8a693eae.tar.gz
binaryen-d30b98d47697daa167333db66ac0fe3d8a693eae.tar.bz2
binaryen-d30b98d47697daa167333db66ac0fe3d8a693eae.zip
Merge pull request #319 from WebAssembly/traversal
Refactor traversal into its own header
Diffstat (limited to 'src/pass.h')
-rw-r--r--src/pass.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pass.h b/src/pass.h
index 41ef30b90..e3716545d 100644
--- a/src/pass.h
+++ b/src/pass.h
@@ -20,6 +20,7 @@
#include <functional>
#include "wasm.h"
+#include "wasm-traversal.h"
#include "mixed_arena.h"
namespace wasm {