Skip to content

Commit 05e2576

Browse files
committed
Use a non-deprecated header
1 parent 69ba7f8 commit 05e2576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/coroutine/exceptions.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include <string>
1212

1313
#include <boost/config.hpp>
14-
#include <boost/detail/scoped_enum_emulation.hpp>
14+
#include <boost/core/scoped_enum.hpp>
1515
#include <boost/system/error_code.hpp>
1616
#include <boost/system/system_error.hpp>
1717
#include <boost/type_traits/integral_constant.hpp>

0 commit comments

Comments
 (0)