File tree Expand file tree Collapse file tree
include/hpx/threading_base/detail Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ add_hpx_module(
109109 "hpx/threading_base/detail/get_default_timer_service.hpp"
110110 "hpx/threading_base/detail/reset_backtrace.hpp"
111111 "hpx/threading_base/detail/reset_lco_description.hpp"
112+ "hpx/threading_base/detail/switch_status.hpp"
112113 SOURCES ${threading_base_sources}
113114 HEADERS ${threading_base_headers}
114115 COMPAT_HEADERS ${threading_base_compat_headers}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ namespace hpx::threads::detail {
1515
1616 // /////////////////////////////////////////////////////////////////////
1717 // helper class for switching thread state in and out during execution
18- class switch_status
18+ HPX_CXX_EXPORT class switch_status
1919 {
2020 public:
2121 switch_status (
You can’t perform that action at this time.
0 commit comments