diff options
author | Brian Paul <[email protected]> | 2015-02-26 13:06:31 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-02-28 13:39:58 -0700 |
commit | 7783131a519324604333f5b410107112436d5a7b (patch) | |
tree | b877e3d0049f27e65e8a454931a1c9d25a32babd | |
parent | 8a25e73df3a38bdbd9e880138edd3000ff54a609 (diff) |
mesa: include macros.h in stencil.h
Since it uses the CLAMP macro.
Reviewed-by: Ian Romanick <[email protected]>
-rw-r--r-- | src/mesa/main/stencil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/stencil.h b/src/mesa/main/stencil.h index 6480b2adcce..3302cb94703 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; |