summaryrefslogtreecommitdiff
path: root/boost/coroutine/detail/preallocated.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/coroutine/detail/preallocated.hpp')
-rw-r--r--boost/coroutine/detail/preallocated.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/coroutine/detail/preallocated.hpp b/boost/coroutine/detail/preallocated.hpp
index 1658561ac8..a18acd3740 100644
--- a/boost/coroutine/detail/preallocated.hpp
+++ b/boost/coroutine/detail/preallocated.hpp
@@ -22,7 +22,7 @@ namespace boost {
namespace coroutines {
namespace detail {
-struct preallocated {
+struct BOOST_COROUTINES_DECL preallocated {
void * sp;
std::size_t size;
stack_context sctx;