tgsi: Include missing header in tgsi_parse.h.

Include p_compiler.h for boolean and INLINE symbols.
This commit is contained in:
Vinson Lee 2010-08-27 00:34:32 -07:00
parent 57421cb464
commit ec21ed1ce7

View file

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