[libc] Add missing header for LIBC_INLINE macro
Summray: Forgot to do this in the last patch
This commit is contained in:
parent
a9cb298b39
commit
fdd710e69c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user