From e5809788d674f637f14fdd74cbd0c72055256192 Mon Sep 17 00:00:00 2001 From: Mark Janes Date: Mon, 12 Feb 2018 23:19:35 -0800 Subject: [PATCH] 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 --- src/mesa/program/prog_statevars.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/program/prog_statevars.h b/src/mesa/program/prog_statevars.h index 6cb3531..f28d2bb 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 -- 2.7.4