0
0
mirror of https://git.tardis.systems/mirrors/yuzu.git synced 2025-01-03 03:54:45 +00: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 #pragma once
#include <cstddef> #include <cstddef>
#include <new>
#include <type_traits> #include <type_traits>
namespace Common { namespace Common {