r300g: Include missing header in r300_texture_desc.h.

Include p_format.h for enum pipe_format symbol.

Fixes r300g build.
This commit is contained in:
Vinson Lee 2010-08-26 01:38:23 -07:00
parent 121b6d68c2
commit 038068909f
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#ifndef R300_TEXTURE_DESC_H
#define R300_TEXTURE_DESC_H
#include "pipe/p_format.h"
#include "r300_defines.h"
struct pipe_resource;