diff options
| author | 2022-03-19 01:50:03 -0400 | |
|---|---|---|
| committer | 2022-03-20 02:25:09 -0400 | |
| commit | 866b7c20a8958069a048ffa600155ec3cbd2e5f2 (patch) | |
| tree | 54191364052f7adc86f4f94afcb45b68186edda2 /src/common/alignment.h | |
| parent | yuzu_cmd: Reduce unused includes (diff) | |
| download | yuzu-866b7c20a8958069a048ffa600155ec3cbd2e5f2.tar.gz yuzu-866b7c20a8958069a048ffa600155ec3cbd2e5f2.tar.xz yuzu-866b7c20a8958069a048ffa600155ec3cbd2e5f2.zip | |
general: Fix clang/gcc build errors
Diffstat (limited to 'src/common/alignment.h')
| -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 e4653bf35..8570c7d3c 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 { |