mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
[UI] Fix build error due to undeclared size_t
This commit is contained in:
parent
ba565c3403
commit
6ba0620b10
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
#ifndef XENIA_UI_GRAPHICS_UPLOAD_BUFFER_POOL_H_
|
||||
#define XENIA_UI_GRAPHICS_UPLOAD_BUFFER_POOL_H_
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
namespace xe {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue