mesa: Include compiler.h for ASSERT.
authorChia-I Wu <olv@lunarg.com>
Fri, 20 Aug 2010 02:27:26 +0000 (10:27 +0800)
committerChia-I Wu <olv@lunarg.com>
Fri, 20 Aug 2010 11:22:51 +0000 (19:22 +0800)
commit8043bf555e14cf20826753d59d66d0cef7a5e5a0
tree92bb7ba758e7c7340f929ad74b1f11e30fd0ad1d
parent5004f823ad3c82ec0b50822a4889798c81ce1cfc
mesa: Include compiler.h for ASSERT.

mfeatures.h defines ASSERT_NO_FEATURE to ASSERT, which is defined in
compiler.h.  Header files using the macro should include compiler.h.
src/mesa/main/accum.h
src/mesa/main/attrib.h
src/mesa/main/colortab.h
src/mesa/main/convolve.h
src/mesa/main/dlist.h
src/mesa/main/feedback.h
src/mesa/state_tracker/st_cb_accum.h