Skip to content

Commit

Permalink
[libc++] Add missing include in <__atomic/cxx_atomic_impl.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
philnik777 committed Feb 17, 2023
1 parent df56b55 commit 21a5436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libcxx/include/__atomic/cxx_atomic_impl.h
Expand Up @@ -9,6 +9,7 @@
#ifndef _LIBCPP___ATOMIC_CXX_ATOMIC_IMPL_H
#define _LIBCPP___ATOMIC_CXX_ATOMIC_IMPL_H

#include <__atomic/is_always_lock_free.h>
#include <__atomic/memory_order.h>
#include <__config>
#include <__type_traits/is_assignable.h>
Expand Down

0 comments on commit 21a5436

Please sign in to comment.