[libc] Add missing header for LIBC_INLINE macro
authorJoseph Huber <jhuber6@vols.utk.edu>
Thu, 9 Mar 2023 12:45:50 +0000 (06:45 -0600)
committerJoseph Huber <jhuber6@vols.utk.edu>
Thu, 9 Mar 2023 12:45:50 +0000 (06:45 -0600)
Summray:
Forgot to do this in the last patch

libc/src/__support/CPP/atomic.h

index f27a26b..b0e90e3 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef LLVM_LIBC_SRC_SUPPORT_CPP_ATOMIC_H
 #define LLVM_LIBC_SRC_SUPPORT_CPP_ATOMIC_H
 
+#include "src/__support/macros/attributes.h"
+
 #include "type_traits.h"
 
 namespace __llvm_libc {