mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 12:57:52 +00:00
Merge pull request #4379 from jbeich/libc++
alignment: unbreak build with Clang
This commit is contained in:
commit
8a8924902b
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
#include <new>
|
||||
#include <type_traits>
|
||||
|
||||
namespace Common {
|
||||
|
|
Loading…
Reference in a new issue