summaryrefslogtreecommitdiff
path: root/src/passes
diff options
context:
space:
mode:
Diffstat (limited to 'src/passes')
-rw-r--r--src/passes/Directize.cpp1
-rw-r--r--src/passes/GlobalEffects.cpp1
-rw-r--r--src/passes/GlobalStructInference.cpp1
-rw-r--r--src/passes/Inlining.cpp1
-rw-r--r--src/passes/MultiMemoryLowering.cpp1
5 files changed, 5 insertions, 0 deletions
diff --git a/src/passes/Directize.cpp b/src/passes/Directize.cpp
index 3fc7d6c41..0bb5aebd9 100644
--- a/src/passes/Directize.cpp
+++ b/src/passes/Directize.cpp
@@ -34,6 +34,7 @@
#include "call-utils.h"
#include "ir/drop.h"
+#include "ir/find_all.h"
#include "ir/table-utils.h"
#include "ir/utils.h"
#include "pass.h"
diff --git a/src/passes/GlobalEffects.cpp b/src/passes/GlobalEffects.cpp
index 6ed2d413a..a2c34b644 100644
--- a/src/passes/GlobalEffects.cpp
+++ b/src/passes/GlobalEffects.cpp
@@ -19,6 +19,7 @@
// PassOptions structure; see more details there.
//
+#include "ir/effects.h"
#include "ir/module-utils.h"
#include "pass.h"
#include "wasm.h"
diff --git a/src/passes/GlobalStructInference.cpp b/src/passes/GlobalStructInference.cpp
index 89ab155f8..6a917596f 100644
--- a/src/passes/GlobalStructInference.cpp
+++ b/src/passes/GlobalStructInference.cpp
@@ -50,6 +50,7 @@
#include "ir/find_all.h"
#include "ir/module-utils.h"
+#include "ir/properties.h"
#include "ir/subtypes.h"
#include "pass.h"
#include "wasm-builder.h"
diff --git a/src/passes/Inlining.cpp b/src/passes/Inlining.cpp
index 3326b7370..26ebcf566 100644
--- a/src/passes/Inlining.cpp
+++ b/src/passes/Inlining.cpp
@@ -35,6 +35,7 @@
#include "ir/drop.h"
#include "ir/eh-utils.h"
#include "ir/element-utils.h"
+#include "ir/find_all.h"
#include "ir/literal-utils.h"
#include "ir/module-utils.h"
#include "ir/names.h"
diff --git a/src/passes/MultiMemoryLowering.cpp b/src/passes/MultiMemoryLowering.cpp
index f0a4be112..2b3aedb2c 100644
--- a/src/passes/MultiMemoryLowering.cpp
+++ b/src/passes/MultiMemoryLowering.cpp
@@ -40,6 +40,7 @@
// the same semantics as v8, which is to bounds check all Atomic instructions
// the same way and trap for out-of-bounds.
+#include "ir/abstract.h"
#include "ir/module-utils.h"
#include "ir/names.h"
#include "wasm-builder.h"