diff options
| author | 2020-07-18 19:22:56 -0400 | |
|---|---|---|
| committer | 2020-07-18 19:22:56 -0400 | |
| commit | 8a8924902b6d65f7b921584a9bfd21556e1f247e (patch) | |
| tree | a51512d1398475132422d723528b23ad34104a7f | |
| parent | Merge pull request #3349 from FearlessTobi/translationnns (diff) | |
| parent | alignment: explicitly include <new> after 723edb4c0659 (diff) | |
| download | yuzu-8a8924902b6d65f7b921584a9bfd21556e1f247e.tar.gz yuzu-8a8924902b6d65f7b921584a9bfd21556e1f247e.tar.xz yuzu-8a8924902b6d65f7b921584a9bfd21556e1f247e.zip | |
Merge pull request #4379 from jbeich/libc++
alignment: unbreak build with Clang
Diffstat (limited to '')
| -rw-r--r-- | src/common/alignment.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/alignment.h b/src/common/alignment.h index 4025ba651..ef4d6f896 100644 --- a/src/common/alignment.h +++ b/src/common/alignment.h | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | #pragma once | 3 | #pragma once |
| 4 | 4 | ||
| 5 | #include <cstddef> | 5 | #include <cstddef> |
| 6 | #include <new> | ||
| 6 | #include <type_traits> | 7 | #include <type_traits> |
| 7 | 8 | ||
| 8 | namespace Common { | 9 | namespace Common { |