diff options
author | Timothy Arceri <[email protected]> | 2016-11-16 14:02:11 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2016-11-17 11:02:19 +1100 |
commit | 29ade71af97ad32c9f5999d99c0f5e6dc91687b6 (patch) | |
tree | c49ddad2971d4f85f0bf37e7145c28db91399ac0 /src/compiler/shader_info.h | |
parent | a456ea17fb460a68e28c13dd4b7086dc4309f410 (diff) |
compiler: include shader_enums.h in shader_info.h
We make use of some enums here.
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/compiler/shader_info.h')
-rw-r--r-- | src/compiler/shader_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |