From ad4d27c6d1a32e3c4c92e0f22c8fbdeade4cc7af Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Thu, 5 Aug 2010 00:59:44 -0700 Subject: st/mesa: Include missing headers in st_format.h. --- src/mesa/state_tracker/st_format.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/mesa/state_tracker/st_format.h b/src/mesa/state_tracker/st_format.h index 29768f296d..841c58cadc 100644 --- a/src/mesa/state_tracker/st_format.h +++ b/src/mesa/state_tracker/st_format.h @@ -31,7 +31,12 @@ #define ST_FORMAT_H #include "main/formats.h" +#include "main/mtypes.h" +#include "pipe/p_defines.h" +#include "pipe/p_format.h" + +struct pipe_screen; extern GLenum st_format_datatype(enum pipe_format format); -- cgit v1.2.3