From 064c28f58e845be67a31283cb885b22f32118f49 Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Sun, 9 Jul 2017 18:08:22 -0700 Subject: Pick layout rules based on target languge, not source. The tricky bit here was that the `reflection-json` output format isn't really a code generation target like the others, and we need to be able to have multiple "targets" active to make sense of it. This needs cleaning-up. --- source/slang/options.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/slang/options.cpp') diff --git a/source/slang/options.cpp b/source/slang/options.cpp index db949e78d..53c441f6b 100644 --- a/source/slang/options.cpp +++ b/source/slang/options.cpp @@ -5,6 +5,7 @@ #include "../../slang.h" +#include "compiler.h" #include "profile.h" #include -- cgit v1.2.3