From 29ade71af97ad32c9f5999d99c0f5e6dc91687b6 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Wed, 16 Nov 2016 14:02:11 +1100 Subject: [PATCH] compiler: include shader_enums.h in shader_info.h We make use of some enums here. Reviewed-by: Jason Ekstrand --- src/compiler/shader_info.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h index b4499006f86..182a0369ef6 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -25,6 +25,8 @@ #ifndef SHADER_INFO_H #define SHADER_INFO_H +#include "shader_enums.h" + #ifdef __cplusplus extern "C" { #endif -- 2.30.2