Merge pull request #12378 from liamwhite/offsetof

set: add cstddef for offsetof macro
master
liamwhite 2023-12-16 13:58:13 +07: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

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