diff --git a/auto/src/glew_head.h b/auto/src/glew_head.h index 0dcaabd..ed49f50 100644 --- a/auto/src/glew_head.h +++ b/auto/src/glew_head.h @@ -119,7 +119,14 @@ typedef _W64 int ptrdiff_t; */ #include + +/* SGI MIPSPro doesn't like stdint.h in C++ mode */ + +#if defined(__sgi) && !defined(__GNUC__) +#include +#else #include +#endif #define GLEW_APIENTRY_DEFINED #define APIENTRY