From: Brian Paul Date: Thu, 26 Feb 2015 20:06:31 +0000 (-0700) Subject: mesa: include macros.h in stencil.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7783131a519324604333f5b410107112436d5a7b;hp=8a25e73df3a38bdbd9e880138edd3000ff54a609;p=mesa.git mesa: include macros.h in stencil.h Since it uses the CLAMP macro. Reviewed-by: Ian Romanick --- 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;