Skip to content
Snippets Groups Projects
Unverified Commit e3578966 authored by liamwhite's avatar liamwhite Committed by GitHub
Browse files

Merge pull request #12378 from liamwhite/offsetof

set: add cstddef for offsetof macro
parents 225f4f40 67660972
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#pragma once #pragma once
#include <array> #include <array>
#include <cstddef>
#include "common/common_types.h" #include "common/common_types.h"
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#pragma once #pragma once
#include <array> #include <array>
#include <cstddef>
#include "common/common_types.h" #include "common/common_types.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment