We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26e448 commit 0eb9dc6Copy full SHA for 0eb9dc6
1 file changed
include/boost/sync/detail/atomic.hpp
@@ -39,7 +39,10 @@
39
#ifdef BOOST_SYNC_USE_STD_ATOMIC
40
#include <atomic>
41
#else
42
-#include <boost/atomic.hpp>
+#include <boost/memory_order.hpp>
43
+#include <boost/atomic/atomic.hpp>
44
+#include <boost/atomic/atomic_flag.hpp>
45
+#include <boost/atomic/fences.hpp>
46
#endif
47
48
#include <boost/sync/detail/header.hpp>
0 commit comments