mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-16 08:43:12 +00:00
Merge pull request #12378 from liamwhite/offsetof
set: add cstddef for offsetof macro
This commit is contained in:
commit
e357896674
|
@ -4,6 +4,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <array>
|
||||
#include <cstddef>
|
||||
|
||||
#include "common/common_types.h"
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <array>
|
||||
#include <cstddef>
|
||||
|
||||
#include "common/common_types.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue