Browse Source
Merge pull request #4379 from jbeich/libc++
alignment: unbreak build with Clang
pull/15/merge
LC
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/common/alignment.h
|
|
@ -3,6 +3,7 @@ |
|
|
#pragma once |
|
|
#pragma once |
|
|
|
|
|
|
|
|
#include <cstddef> |
|
|
#include <cstddef> |
|
|
|
|
|
#include <new> |
|
|
#include <type_traits> |
|
|
#include <type_traits> |
|
|
|
|
|
|
|
|
namespace Common { |
|
|
namespace Common { |
|
|
|