mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-19 11:30:09 +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
|
||||
|
||||
#include "ui/Types.hpp"
|
||||
#include <cstdint>
|
||||
#include <cstddef>
|
||||
|
||||
class CGVideoOptions {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user