mesa: include macros.h in stencil.h
authorBrian Paul <brianp@vmware.com>
Thu, 26 Feb 2015 20:06:31 +0000 (13:06 -0700)
committerBrian Paul <brianp@vmware.com>
Sat, 28 Feb 2015 20:39:58 +0000 (13:39 -0700)
Since it uses the CLAMP macro.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/stencil.h

index 6480b2adcce30da14b42846fc27f7040092fff31..3302cb947030a4329fdf7344b96b264e2985c3f9 100644 (file)
@@ -33,6 +33,7 @@
 
 
 #include "glheader.h"
+#include "macros.h"
 
 struct gl_context;