From aa0becdbb6368af20c8348fb2353ee31f4b14a8c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 16 Jul 2012 16:12:00 -0600 Subject: [PATCH] mesa: include inttypes.h to get uint8_t type To fix MSVC build. --- src/mesa/main/texcompress_etc.h | 1 + 1 file changed, 1 insertion(+) 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" -- 2.30.2