mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
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:
parent
e40ed0f88b
commit
0d6c240fcc
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@
|
|||
* IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct pipe_screen;
|
||||
enum pipe_cap;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue