summaryrefslogtreecommitdiff
path: root/src/wasm-stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-stack.h')
-rw-r--r--src/wasm-stack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-stack.h b/src/wasm-stack.h
index f114bf43e..13edc0138 100644
--- a/src/wasm-stack.h
+++ b/src/wasm-stack.h
@@ -105,7 +105,7 @@ public:
#define DELEGATE(CLASS_TO_VISIT) \
void visit##CLASS_TO_VISIT(CLASS_TO_VISIT* curr);
-#include "wasm-delegations.h"
+#include "wasm-delegations.def"
void emitResultType(Type type);
void emitIfElse(If* curr);