Browse Source

Merge pull request #4379 from jbeich/libc++

alignment: unbreak build with Clang
pull/15/merge
LC 6 years ago
committed by GitHub
parent
commit
8a8924902b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/common/alignment.h

1
src/common/alignment.h

@ -3,6 +3,7 @@
#pragma once
#include <cstddef>
#include <new>
#include <type_traits>
namespace Common {

Loading…
Cancel
Save