Skip to content

Commit a6eba49

Browse files
Export detail::header to satisfy dll-interface
1 parent e6be3bd commit a6eba49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/boost/http_proto/detail/header.hpp

Lines changed: 2 additions & 2 deletions
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 header_limits;
31+
struct BOOST_HTTP_PROTO_DECL header_limits;
3232

3333
namespace detail {
3434

@@ -44,7 +44,7 @@ struct empty
4444
kind param;
4545
};
4646

47-
struct header
47+
struct BOOST_HTTP_PROTO_DECL header
4848
{
4949
// +------------+---------+------+------------+-----------------------------+
5050
// | start-line | headers | \r\n | free space | entry[count-1] ... entry[0] |

0 commit comments

Comments
 (0)