Przeglądaj źródła

Merge pull request #4379 from jbeich/libc++

alignment: unbreak build with Clang
LC 6 lat temu
rodzic
commit
8a8924902b
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/common/alignment.h

+ 1 - 0
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 {