summaryrefslogtreecommitdiffstats
path: root/src/common/alignment.h
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-07-19 01:06:13 +0200
committerJan Beich <jbeich@FreeBSD.org>2020-07-19 01:06:16 +0200
commitdb43b37e1545ff9014b3e9131267b22dd6da2ffb (patch)
treea51512d1398475132422d723528b23ad34104a7f /src/common/alignment.h
parentMerge pull request #3349 from FearlessTobi/translationnns (diff)
downloadyuzu-db43b37e1545ff9014b3e9131267b22dd6da2ffb.tar
yuzu-db43b37e1545ff9014b3e9131267b22dd6da2ffb.tar.gz
yuzu-db43b37e1545ff9014b3e9131267b22dd6da2ffb.tar.bz2
yuzu-db43b37e1545ff9014b3e9131267b22dd6da2ffb.tar.lz
yuzu-db43b37e1545ff9014b3e9131267b22dd6da2ffb.tar.xz
yuzu-db43b37e1545ff9014b3e9131267b22dd6da2ffb.tar.zst
yuzu-db43b37e1545ff9014b3e9131267b22dd6da2ffb.zip
Diffstat (limited to 'src/common/alignment.h')
-rw-r--r--src/common/alignment.h1
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 @@
#pragma once
#include <cstddef>
+#include <new>
#include <type_traits>
namespace Common {