tgsi: Include missing header in tgsi_info.h.

Include p_compiler.h for uint symbol.
This commit is contained in:
Vinson Lee 2010-08-27 00:31:27 -07:00
parent 0b9b8694d9
commit 57421cb464

View file

@ -28,6 +28,7 @@
#ifndef TGSI_INFO_H
#define TGSI_INFO_H
#include "pipe/p_compiler.h"
#include "pipe/p_shader_tokens.h"
#if defined __cplusplus