mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 22:08:26 +02:00
gallium: fix Element() macro redefinition warning
This commit is contained in:
parent
ba49fa39f3
commit
89222ee49d
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,8 @@
|
|||
#include "st_texture.h"
|
||||
#include "enums.h"
|
||||
|
||||
#undef Elements /* fix re-defined macro warning */
|
||||
|
||||
#include "pipe/p_state.h"
|
||||
#include "pipe/p_context.h"
|
||||
#include "pipe/p_defines.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue