summaryrefslogtreecommitdiff
path: root/source/slang/slang-ast-type.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-ast-type.cpp')
-rw-r--r--source/slang/slang-ast-type.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/slang/slang-ast-type.cpp b/source/slang/slang-ast-type.cpp
index 29a52a93a..ff4cc0d10 100644
--- a/source/slang/slang-ast-type.cpp
+++ b/source/slang/slang-ast-type.cpp
@@ -1,7 +1,9 @@
// slang-ast-type.cpp
+#include "slang-ast-type.h"
+
#include "slang-ast-builder.h"
+#include "slang-ast-dispatch.h"
#include "slang-ast-modifier.h"
-#include "slang-generated-ast-macro.h"
#include "slang-syntax.h"
#include <assert.h>