Mesa (master): mesa: include macros.h in stencil.h

Brian Paul brianp at kemper.freedesktop.org
Sat Feb 28 20:46:11 UTC 2015


Module: Mesa
Branch: master
Commit: 7783131a519324604333f5b410107112436d5a7b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7783131a519324604333f5b410107112436d5a7b

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Feb 26 13:06:31 2015 -0700

mesa: include macros.h in stencil.h

Since it uses the CLAMP macro.

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

---

 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 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;
 




More information about the mesa-commit mailing list