From 95ff8f359cfc2189bd4d7e02e15373027d2bda32 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 29 May 2017 20:05:54 +0300 Subject: Implement openssl process --- libbutl/curl.ixx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libbutl/curl.ixx') diff --git a/libbutl/curl.ixx b/libbutl/curl.ixx index fcc1bab..204dfa1 100644 --- a/libbutl/curl.ixx +++ b/libbutl/curl.ixx @@ -2,7 +2,8 @@ // copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file -#include // move(), forward() +#include // size_t +#include // forward() namespace butl { -- cgit v1.1