Skip to content

Commit f0fcc16

Browse files
author
divye
committed
impl/request.hpp: roll back change in include header. Now includes
boost/fusion/container/map.hpp instead of boost/fusion/sequence/container/map.hpp
1 parent 1192ce3 commit f0fcc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boost/network/protocol/http/impl/request.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#ifndef __NETWORK_PROTOCOL_HTTP_REQUEST_IMPL_20070908_1_HPP__
88
#define __NETWORK_PROTOCOL_HTTP_REQUEST_IMPL_20070908_1_HPP__
99

10-
#include <boost/fusion/sequence/container/map.hpp>
10+
#include <boost/fusion/container/map.hpp>
1111
#include <boost/fusion/sequence/intrinsic/at_key.hpp>
1212
#include <boost/fusion/sequence/intrinsic/value_at_key.hpp>
1313

0 commit comments

Comments
 (0)