diff options
author | Brian Paul <[email protected]> | 2012-07-16 16:12:00 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-07-16 16:12:02 -0600 |
commit | aa0becdbb6368af20c8348fb2353ee31f4b14a8c (patch) | |
tree | 818b255ae592abf76171615df3440c6730dcf7f7 /src/mesa/main/texcompress_etc.h | |
parent | fe2a7b7e7fca599659b1d248e160d480f2b92ba2 (diff) |
mesa: include inttypes.h to get uint8_t type
To fix MSVC build.
Diffstat (limited to 'src/mesa/main/texcompress_etc.h')
-rw-r--r-- | src/mesa/main/texcompress_etc.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <inttypes.h> #include "glheader.h" #include "mfeatures.h" #include "texstore.h" |