summaryrefslogtreecommitdiffstats
path: root/source/slang/emit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/emit.cpp')
-rw-r--r--source/slang/emit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/emit.cpp b/source/slang/emit.cpp
index 22dcf4333..d6f1f8e1a 100644
--- a/source/slang/emit.cpp
+++ b/source/slang/emit.cpp
@@ -1,8 +1,8 @@
// emit.cpp
#include "emit.h"
+#include "ast-legalize.h"
#include "ir-insts.h"
-#include "lower.h"
#include "lower-to-ir.h"
#include "mangle.h"
#include "name.h"