Module: Mesa
Branch: master
Commit: 29ade71af97ad32c9f5999d99c0f5e6dc91687b6
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=29ade71af97ad32c9f5999d99c0f5e6dc91687b6

Author: Timothy Arceri <[email protected]>
Date:   Wed Nov 16 14:02:11 2016 +1100

compiler: include shader_enums.h in shader_info.h

We make use of some enums here.

Reviewed-by: Jason Ekstrand <[email protected]>

---

 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 b449900..182a036 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

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to