mesa: (trivial) include <inttypes.h> for PRIx64 macros
authorRoland Scheidegger <sroland@vmware.com>
Wed, 8 Feb 2017 20:56:16 +0000 (21:56 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Wed, 8 Feb 2017 20:56:16 +0000 (21:56 +0100)
Fixes a compile error with mingw.

src/mesa/main/uniform_query.cpp

index 3f7f705c59831b2c795c990dace8c55fe20b611e..cb1c51fae30e0da0690a83e0c5de92dee4755e7b 100644 (file)
@@ -25,6 +25,7 @@
  */
 
 #include <stdlib.h>
+#include <inttypes.h>  /* for PRIx64 macro */
 
 #include "main/core.h"
 #include "main/context.h"