diff options
-rw-r--r-- | src/mesa/shader/slang/slang_compile_function.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/shader/slang/slang_compile_function.h b/src/mesa/shader/slang/slang_compile_function.h index f9e908d91c..96a6598da6 100644 --- a/src/mesa/shader/slang/slang_compile_function.h +++ b/src/mesa/shader/slang/slang_compile_function.h @@ -29,6 +29,7 @@ extern "C" { #endif +struct slang_code_unit_; struct slang_translation_unit_; typedef enum slang_function_kind_ |