summaryrefslogtreecommitdiff
path: root/boost/atomic/detail/extra_operations.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/atomic/detail/extra_operations.hpp')
-rw-r--r--boost/atomic/detail/extra_operations.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/atomic/detail/extra_operations.hpp b/boost/atomic/detail/extra_operations.hpp
index 4335f48bf4..c04f55cd83 100644
--- a/boost/atomic/detail/extra_operations.hpp
+++ b/boost/atomic/detail/extra_operations.hpp
@@ -15,6 +15,7 @@
#define BOOST_ATOMIC_DETAIL_EXTRA_OPERATIONS_HPP_INCLUDED_
#include <boost/atomic/detail/extra_ops_generic.hpp>
+#include <boost/atomic/detail/extra_ops_emulated.hpp>
#if !defined(BOOST_ATOMIC_DETAIL_EXTRA_BACKEND_GENERIC)
#include BOOST_ATOMIC_DETAIL_EXTRA_BACKEND_HEADER(boost/atomic/detail/extra_ops_)