Merge pull request #4379 from jbeich/libc++

alignment: unbreak build with Clang
pull/8/head
LC 5 years ago committed by GitHub
commit 8a8924902b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save