mesa: include macros.h in stencil.h

Since it uses the CLAMP macro.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
Brian Paul 2015-02-26 13:06:31 -07:00
parent 8a25e73df3
commit 7783131a51
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include "glheader.h"
#include "macros.h"
struct gl_context;