tgsi: Include missing header in tgsi_info.h.
authorVinson Lee <vlee@vmware.com>
Fri, 27 Aug 2010 07:31:27 +0000 (00:31 -0700)
committerVinson Lee <vlee@vmware.com>
Fri, 27 Aug 2010 07:31:27 +0000 (00:31 -0700)
Include p_compiler.h for uint symbol.

src/gallium/auxiliary/tgsi/tgsi_info.h

index 50248884fd0d67d4cde3c84ae147467f3e2fce3a..1992d11bbe847659436d2a966683fbf4dcdc028c 100644 (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