mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(gx): size_t is declared in <cstddef>, not <cstdint>
This commit is contained in:
parent
64f20e6fee
commit
c6e2947506
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue