From: Brian Paul Date: Mon, 16 Jul 2012 22:12:00 +0000 (-0600) Subject: mesa: include inttypes.h to get uint8_t type X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aa0becdbb6368af20c8348fb2353ee31f4b14a8c;p=mesa.git mesa: include inttypes.h to get uint8_t type To fix MSVC build. --- diff --git a/src/mesa/main/texcompress_etc.h b/src/mesa/main/texcompress_etc.h index bfba4ff85e9..411e1540d30 100644 --- a/src/mesa/main/texcompress_etc.h +++ b/src/mesa/main/texcompress_etc.h @@ -24,6 +24,7 @@ #ifndef TEXCOMPRESS_ETC1_H #define TEXCOMPRESS_ETC1_H +#include #include "glheader.h" #include "mfeatures.h" #include "texstore.h"