From 7783131a519324604333f5b410107112436d5a7b Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 26 Feb 2015 13:06:31 -0700 Subject: [PATCH] mesa: include macros.h in stencil.h Since it uses the CLAMP macro. Reviewed-by: Ian Romanick --- src/mesa/main/stencil.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/main/stencil.h b/src/mesa/main/stencil.h index 6480b2adcce..3302cb94703 100644 --- a/src/mesa/main/stencil.h +++ b/src/mesa/main/stencil.h @@ -33,6 +33,7 @@ #include "glheader.h" +#include "macros.h" struct gl_context; -- 2.30.2