summaryrefslogtreecommitdiff
path: root/boost/fiber/algo/work_stealing.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fiber/algo/work_stealing.hpp')
-rw-r--r--boost/fiber/algo/work_stealing.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/fiber/algo/work_stealing.hpp b/boost/fiber/algo/work_stealing.hpp
index db4b5cf12d..9771b6cb10 100644
--- a/boost/fiber/algo/work_stealing.hpp
+++ b/boost/fiber/algo/work_stealing.hpp
@@ -34,7 +34,7 @@ namespace boost {
namespace fibers {
namespace algo {
-class work_stealing : public algorithm {
+class BOOST_FIBERS_DECL work_stealing : public algorithm {
private:
static std::atomic< std::uint32_t > counter_;
static std::vector< intrusive_ptr< work_stealing > > schedulers_;