Skip to content

Commit 1718921

Browse files
vinniefalcoolk
authored andcommitted
Use a non-deprecated header
(cherry picked from commit 05e2576)
1 parent c08aa27 commit 1718921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/coroutine/exceptions.hpp

Lines changed: 1 addition & 1 deletion
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)