From: Mark Janes Date: Tue, 13 Feb 2018 07:19:35 +0000 (-0800) Subject: mesa: fix compile failure X-Git-Tag: upstream/18.1.0~1723 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5809788d674f637f14fdd74cbd0c72055256192;p=platform%2Fupstream%2Fmesa.git 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 --- 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