OSDN Git Service

compiler: include shader_enums.h in shader_info.h
authorTimothy Arceri <timothy.arceri@collabora.com>
Wed, 16 Nov 2016 03:02:11 +0000 (14:02 +1100)
committerTimothy Arceri <timothy.arceri@collabora.com>
Thu, 17 Nov 2016 00:02:19 +0000 (11:02 +1100)
We make use of some enums here.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/compiler/shader_info.h

index b449900..182a036 100644 (file)
@@ -25,6 +25,8 @@
 #ifndef SHADER_INFO_H
 #define SHADER_INFO_H
 
+#include "shader_enums.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif