summaryrefslogtreecommitdiff
path: root/boost/thread/executors/executor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/thread/executors/executor.hpp')
-rw-r--r--boost/thread/executors/executor.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/thread/executors/executor.hpp b/boost/thread/executors/executor.hpp
index 1c751dd094..62824a5e7b 100644
--- a/boost/thread/executors/executor.hpp
+++ b/boost/thread/executors/executor.hpp
@@ -10,6 +10,7 @@
#define BOOST_THREAD_EXECUTORS_EXECUTOR_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>
@@ -146,3 +147,4 @@ namespace boost
#include <boost/config/abi_suffix.hpp>
#endif
+#endif