mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-10 11:25:59 +03:00
fix(gx): size_t is declared in <cstddef>, not <cstdint>
This commit is contained in:
parent
64f20e6fee
commit
c6e2947506
@ -2,7 +2,7 @@
|
|||||||
#define GX_C_GX_VIDEO_OPTIONS_HPP
|
#define GX_C_GX_VIDEO_OPTIONS_HPP
|
||||||
|
|
||||||
#include "ui/Types.hpp"
|
#include "ui/Types.hpp"
|
||||||
#include <cstdint>
|
#include <cstddef>
|
||||||
|
|
||||||
class CGVideoOptions {
|
class CGVideoOptions {
|
||||||
public:
|
public:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user