From: Timothy Arceri Date: Wed, 16 Nov 2016 03:02:11 +0000 (+1100) Subject: compiler: include shader_enums.h in shader_info.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=29ade71af97ad32c9f5999d99c0f5e6dc91687b6;p=mesa.git compiler: include shader_enums.h in shader_info.h We make use of some enums here. Reviewed-by: Jason Ekstrand --- 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