1
0
mirror of https://github.com/yuzu-emu/yuzu-android.git synced 2025-02-09 22:33:06 +01:00

Merge pull request from liamwhite/offsetof

set: add cstddef for offsetof macro
This commit is contained in:
liamwhite 2023-12-16 13:58:13 -05:00 committed by GitHub
commit e357896674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions
src/core/hle/service/set

@ -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"