Skip to content

Commit 411bac0

Browse files
committed
Adding missing include for Boost.MPL or_
1 parent 3b89b67 commit 411bac0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boost/network/protocol/http/message/traits/version.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <boost/network/traits/string.hpp>
1212
#include <boost/network/tags.hpp>
1313
#include <boost/thread/future.hpp>
14+
#include <boost/mpl/or.hpp>
1415

1516
namespace boost { namespace network { namespace http {
1617

0 commit comments

Comments
 (0)