r300g: Include missing header in r300_texture.h.

Include p_compiler.h for uint32_t and boolean symbols.
This commit is contained in:
Vinson Lee 2010-08-27 00:04:50 -07:00
parent 67ffbbbb5d
commit 677623a6c8

View file

@ -23,6 +23,7 @@
#ifndef R300_TEXTURE_H
#define R300_TEXTURE_H
#include "pipe/p_compiler.h"
#include "pipe/p_format.h"
struct pipe_screen;