2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

set: add cstddef for offsetof macro

This commit is contained in:
Liam 2023-12-16 12:57:37 -05:00
parent a093f3d47a
commit 67660972c9
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@
#pragma once
#include <array>
#include <cstddef>
#include "common/common_types.h"

View file

@ -4,6 +4,7 @@
#pragma once
#include <array>
#include <cstddef>
#include "common/common_types.h"