mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-19 06:40:32 +01:00
st/mesa: include main/compiler.h in st_cb_queryobj.c
To get CPU_TO_LE32() macro. Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
7de0262f8f
commit
bafa33befd
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@
|
|||
|
||||
|
||||
#include "main/imports.h"
|
||||
#include "main/compiler.h"
|
||||
#include "main/context.h"
|
||||
|
||||
#include "pipe/p_context.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue