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 {