mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
mesa: Add missing includes to meta.h
Include mtypes.h. Signed-off-by: Chad Versace <chad@chad-versace.us>
This commit is contained in:
parent
be928ecd8d
commit
deff7fff49
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@
|
|||
#ifndef META_H
|
||||
#define META_H
|
||||
|
||||
#include "main/mtypes.h"
|
||||
|
||||
/**
|
||||
* \name Flags for meta operations
|
||||
* \{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue