gallium/u_screen.h: add missing stdint.h include

For uint64_t.

Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20180>
This commit is contained in:
Eric Engestrom 2022-12-12 21:27:06 +00:00 committed by Marge Bot
parent e40ed0f88b
commit 0d6c240fcc

View file

@ -21,6 +21,8 @@
* IN THE SOFTWARE.
*/
#include <stdint.h>
struct pipe_screen;
enum pipe_cap;