compiler: include shader_enums.h in shader_info.h

We make use of some enums here.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Timothy Arceri
2016-11-16 14:02:11 +11:00
parent a456ea17fb
commit 29ade71af9

View File

@@ -25,6 +25,8 @@
#ifndef SHADER_INFO_H
#define SHADER_INFO_H
#include "shader_enums.h"
#ifdef __cplusplus
extern "C" {
#endif