From a0c903c68ca191674e4df1974a208d3e07468187 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Fri, 19 Sep 2014 12:20:38 -0400 Subject: [PATCH] Add needed #include This is needed for the combination of boost 1.56 and libc++ --- src/ripple/net/impl/HTTPRequest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ripple/net/impl/HTTPRequest.cpp b/src/ripple/net/impl/HTTPRequest.cpp index 6703e02b4e..c5a50e4f77 100644 --- a/src/ripple/net/impl/HTTPRequest.cpp +++ b/src/ripple/net/impl/HTTPRequest.cpp @@ -21,6 +21,7 @@ #include #include #include +#include #include namespace ripple {