[libc] Add missing header for LIBC_INLINE macro

Summray:
Forgot to do this in the last patch
This commit is contained in:
Joseph Huber 2023-03-09 06:45:50 -06:00
parent a9cb298b39
commit fdd710e69c

View 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 {