From a5bca13095aa835d61f872081fc0cc2fa53552f3 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Mon, 2 Apr 2018 18:31:40 +0000 Subject: Bugfix: Include for std::unique_ptr --- src/httprpc.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/httprpc.cpp') diff --git a/src/httprpc.cpp b/src/httprpc.cpp index 5e9e41974..1d0cfcc55 100644 --- a/src/httprpc.cpp +++ b/src/httprpc.cpp @@ -17,6 +17,8 @@ #include #include +#include + #include // boost::trim /** WWW-Authenticate to present with 401 Unauthorized response */ -- cgit v1.2.3