summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLC <mathew1800@gmail.com>2020-07-19 01:22:56 +0200
committerGitHub <noreply@github.com>2020-07-19 01:22:56 +0200
commit8a8924902b6d65f7b921584a9bfd21556e1f247e (patch)
treea51512d1398475132422d723528b23ad34104a7f /src
parentMerge pull request #3349 from FearlessTobi/translationnns (diff)
parentalignment: explicitly include <new> after 723edb4c0659 (diff)
downloadyuzu-8a8924902b6d65f7b921584a9bfd21556e1f247e.tar
yuzu-8a8924902b6d65f7b921584a9bfd21556e1f247e.tar.gz
yuzu-8a8924902b6d65f7b921584a9bfd21556e1f247e.tar.bz2
yuzu-8a8924902b6d65f7b921584a9bfd21556e1f247e.tar.lz
yuzu-8a8924902b6d65f7b921584a9bfd21556e1f247e.tar.xz
yuzu-8a8924902b6d65f7b921584a9bfd21556e1f247e.tar.zst
yuzu-8a8924902b6d65f7b921584a9bfd21556e1f247e.zip
Diffstat (limited to '')
-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 {