Skip to content

Commit f3e5e60

Browse files
Fix header_limits forward decl for MinGW
1 parent e1b53f5 commit f3e5e60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/http_proto/detail/header.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace boost {
2828
namespace http_proto {
2929

3030
class fields_base;
31-
struct BOOST_HTTP_PROTO_DECL header_limits;
31+
struct header_limits;
3232

3333
namespace detail {
3434

0 commit comments

Comments
 (0)