summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Janes <mark.a.janes@intel.com>2018-02-12 23:19:35 -0800
committerMark Janes <mark.a.janes@intel.com>2018-02-13 00:22:05 -0800
commite5809788d674f637f14fdd74cbd0c72055256192 (patch)
treef27b49e47da108a1c9dac01f5c36b712ee5611b9
parentd9de7aaca3857122046389d1f86acd249c6a5972 (diff)
mesa: fix compile failure
Missing header triggered a failure in i965 CI buildtest project. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105067 Fixes: e149a0253c12d103805230bc7bc0a36887c3b8df
-rw-r--r--src/mesa/program/prog_statevars.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/program/prog_statevars.h b/src/mesa/program/prog_statevars.h
index 6cb3531233c..f28d2bb4a37 100644
--- a/src/mesa/program/prog_statevars.h
+++ b/src/mesa/program/prog_statevars.h
@@ -27,6 +27,7 @@
#include "main/glheader.h"
+#include "compiler/shader_enums.h"
#ifdef __cplusplus