summaryrefslogtreecommitdiffstats
path: root/source/slang/preprocessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/preprocessor.h')
-rw-r--r--source/slang/preprocessor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/preprocessor.h b/source/slang/preprocessor.h
index f16bc3929..0c7848bb4 100644
--- a/source/slang/preprocessor.h
+++ b/source/slang/preprocessor.h
@@ -7,7 +7,7 @@
namespace Slang {
-struct CompileRequest;
+class CompileRequest;
class DiagnosticSink;
class ProgramSyntaxNode;