[Mesa-dev] [PATCH 1/2] compiler: include shader_enums.h in shader_info.h

Timothy Arceri timothy.arceri at collabora.com
Wed Nov 16 03:02:11 UTC 2016


We make use of some enums here.
---
 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 e36fe09..1605c82 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.7.4



More information about the mesa-dev mailing list