[Mesa-dev] [PATCH 5/7] mesa: include macros.h in stencil.h
Brian Paul
brianp at vmware.com
Fri Feb 27 16:47:53 PST 2015
Since it uses the CLAMP macro.
---
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;
--
1.9.1
More information about the mesa-dev
mailing list