i965: include macros.h to get CLAMP macro

This commit is contained in:
Brian Paul 2010-03-02 07:47:56 -07:00
parent 5f40a7aed1
commit cb099c2ecf

View file

@ -30,6 +30,7 @@
#include "brw_defines.h"
#include "brw_util.h"
#include "intel_batchbuffer.h"
#include "main/macros.h"
struct brw_blend_state_key {
GLboolean color_blend, alpha_enabled;