]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/atomic.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / atomic.hpp
index cc28b1ab5e2ee879a7b0f28ee0487c8e96f9a527..1fd80d3c471ad74ed2a8c2730aaeea43ed072877 100644 (file)
@@ -2,6 +2,7 @@
 #define BOOST_ATOMIC_HPP
 
 //  Copyright (c) 2011 Helge Bahmann
+//  Copyright (c) 2020 Andrey Semashev
 //
 //  Distributed under the Boost Software License, Version 1.0.
 //  See accompanying file LICENSE_1_0.txt or copy at
@@ -9,7 +10,12 @@
 
 // This header includes all Boost.Atomic public headers
 
+#include <boost/memory_order.hpp>
+#include <boost/atomic/capabilities.hpp>
 #include <boost/atomic/atomic.hpp>
+#include <boost/atomic/atomic_ref.hpp>
+#include <boost/atomic/atomic_flag.hpp>
+#include <boost/atomic/fences.hpp>
 
 #ifdef BOOST_HAS_PRAGMA_ONCE
 #pragma once