summaryrefslogtreecommitdiff
path: root/boost/thread/executors/generic_executor_ref.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/thread/executors/generic_executor_ref.hpp')
-rw-r--r--boost/thread/executors/generic_executor_ref.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/thread/executors/generic_executor_ref.hpp b/boost/thread/executors/generic_executor_ref.hpp
index 1353dd3277..abe7da440d 100644
--- a/boost/thread/executors/generic_executor_ref.hpp
+++ b/boost/thread/executors/generic_executor_ref.hpp
@@ -8,6 +8,7 @@
#define BOOST_THREAD_EXECUTORS_GENERIC_EXECUTOR_REF_HPP
#include <boost/thread/detail/config.hpp>
+#if defined BOOST_THREAD_PROVIDES_FUTURE_CONTINUATION && defined BOOST_THREAD_PROVIDES_EXECUTORS && defined BOOST_THREAD_USES_MOVE
#include <boost/thread/detail/delete.hpp>
#include <boost/thread/detail/move.hpp>
@@ -211,3 +212,4 @@ namespace boost
#include <boost/config/abi_suffix.hpp>
#endif
+#endif