t/sdl_test: Make sure to include inttypes.h for PRIu64 define

This commit is contained in:
Jakob Bornecrantz 2022-12-21 00:49:06 +00:00
parent 9705b1e763
commit 966878b1db

View file

@ -12,6 +12,8 @@
#include "util/u_handles.h"
#include "ogl/ogl_helpers.h"
#include <inttypes.h>
static int64_t
vk_format_to_gl(int64_t format)