mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +02:00
radv: add missing u_atomic.h include
Fixes:7568c97df1("radv: Use atomics to read query results.") Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7050> (cherry picked from commitc02e933de4)
This commit is contained in:
parent
d1083d469e
commit
45e82b5fa1
2 changed files with 2 additions and 1 deletions
|
|
@ -5170,7 +5170,7 @@
|
|||
"description": "radv: add missing u_atomic.h include",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"master_sha": null,
|
||||
"because_sha": "7568c97df14f8702efcc5691cd8c2fff8f9bff49"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@
|
|||
#include "radv_private.h"
|
||||
#include "radv_cs.h"
|
||||
#include "sid.h"
|
||||
#include "util/u_atomic.h"
|
||||
|
||||
#define TIMESTAMP_NOT_READY UINT64_MAX
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue