Browse Source

Merge pull request #4379 from jbeich/libc++

alignment: unbreak build with Clang
LC 6 năm trước cách đây
mục cha
commit
8a8924902b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/common/alignment.h

+ 1 - 0
src/common/alignment.h

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