summaryrefslogtreecommitdiff
path: root/src/wasm
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm')
-rw-r--r--src/wasm/wasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm/wasm.cpp b/src/wasm/wasm.cpp
index b41f34ddf..f769cb1f5 100644
--- a/src/wasm/wasm.cpp
+++ b/src/wasm/wasm.cpp
@@ -110,7 +110,7 @@ const char* getExpressionName(Expression* curr) {
case Expression::Id::CLASS_TO_VISIT##Id: \
return #CLASS_TO_VISIT;
-#include "wasm-delegations.h"
+#include "wasm-delegations.def"
default:
WASM_UNREACHABLE("invalid id");