Skip to content

Commit cf94389

Browse files
Export header_limits at definition; fix forward decl
1 parent 4b17660 commit cf94389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/http_proto/header_limits.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace http_proto {
2121
Objects of this type are used to configure
2222
upper limits for HTTP headers.
2323
*/
24-
struct header_limits
24+
struct BOOST_HTTP_PROTO_DECL header_limits
2525
{
2626
/** Largest allowed size for complete headers.
2727

0 commit comments

Comments
 (0)