summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/stencil.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-02-26 13:06:31 -0700
committerBrian Paul <brianp@vmware.com>2015-02-28 13:39:58 -0700
commit7783131a519324604333f5b410107112436d5a7b (patch)
treeb877e3d0049f27e65e8a454931a1c9d25a32babd /src/mesa/main/stencil.h
parent8a25e73df3a38bdbd9e880138edd3000ff54a609 (diff)
downloadexternal_mesa3d-7783131a519324604333f5b410107112436d5a7b.zip
external_mesa3d-7783131a519324604333f5b410107112436d5a7b.tar.gz
external_mesa3d-7783131a519324604333f5b410107112436d5a7b.tar.bz2
mesa: include macros.h in stencil.h
Since it uses the CLAMP macro. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'src/mesa/main/stencil.h')
-rw-r--r--src/mesa/main/stencil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/stencil.h b/src/mesa/main/stencil.h
index 6480b2a..3302cb9 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;