set: add cstddef for offsetof macro

merge-requests/60/head
Liam 2023-12-16 12:57:37 +07:00
parent a093f3d47a
commit 67660972c9
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"