Skip to content

Commit bc00bc4

Browse files
committed
rollback to frame.hpp
1 parent 258e663 commit bc00bc4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

include/boost/stacktrace/detail/frame_msvc.ipp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# pragma once
1313
#endif
1414

15-
#include <boost/stacktrace/detail/frame_decl.hpp>
15+
#include <boost/stacktrace/frame.hpp>
1616

1717
#include <boost/core/demangle.hpp>
1818
#include <boost/core/noncopyable.hpp>

include/boost/stacktrace/detail/frame_noop.ipp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# pragma once
1313
#endif
1414

15-
#include <boost/stacktrace/detail/frame_decl.hpp>
15+
#include <boost/stacktrace/frame.hpp>
1616

1717
namespace boost { namespace stacktrace { namespace detail {
1818

include/boost/stacktrace/detail/frame_unwind.ipp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# pragma once
1313
#endif
1414

15-
#include <boost/stacktrace/detail/frame_decl.hpp>
15+
#include <boost/stacktrace/frame.hpp>
1616

1717
#include <boost/stacktrace/detail/to_hex_array.hpp>
1818
#include <boost/stacktrace/detail/location_from_symbol.hpp>

0 commit comments

Comments
 (0)