summaryrefslogtreecommitdiffstats
path: root/source/slang/parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/parser.cpp')
-rw-r--r--source/slang/parser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/parser.cpp b/source/slang/parser.cpp
index 0a4360e3f..54d098343 100644
--- a/source/slang/parser.cpp
+++ b/source/slang/parser.cpp
@@ -4154,6 +4154,7 @@ namespace Slang
DECL(interface, parseInterfaceDecl);
DECL(syntax, parseSyntaxDecl);
DECL(__import, parseImportDecl);
+ DECL(import, parseImportDecl);
#undef DECL