Merge pull request #12378 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

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"