diff options
author | LC <mathew1800@gmail.com> | 2020-07-18 19:22:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-18 19:22:56 -0400 |
commit | 8a8924902b6d65f7b921584a9bfd21556e1f247e (patch) | |
tree | a51512d1398475132422d723528b23ad34104a7f | |
parent | 9943a478fe19dad4f770292b989179f71e2d10a0 (diff) | |
parent | db43b37e1545ff9014b3e9131267b22dd6da2ffb (diff) |
Merge pull request #4379 from jbeich/libc++
alignment: unbreak build with Clang
-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 @@ #pragma once #include <cstddef> +#include <new> #include <type_traits> namespace Common { |