1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-16 04:40:12 -06:00

Merge pull request #4379 from jbeich/libc++

alignment: unbreak build with Clang
This commit is contained in:
LC 2020-07-18 19:22:56 -04:00 committed by GitHub
commit 8a8924902b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
#pragma once
#include <cstddef>
#include <new>
#include <type_traits>
namespace Common {