mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
mesa/main: add missing include in glformats.h
This header uses uint32_t without including stdint.h. This worked fine by accident until a new c-source started including it. Fixes:1bf539b3a2("mesa: Clamp some depth values in glClearBufferfv") Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7637> (cherry picked from commit2410def98f)
This commit is contained in:
parent
9d399939e0
commit
ce29a107f4
2 changed files with 2 additions and 1 deletions
|
|
@ -679,7 +679,7 @@
|
|||
"description": "mesa/main: add missing include in glformats.h",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"master_sha": null,
|
||||
"because_sha": "1bf539b3a2129779addde397886870c00045e6d7"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue