From fd4a629f5fd343f1e611140741ffac8f153aada4 Mon Sep 17 00:00:00 2001 From: MachulinaDV Date: Mon, 22 May 2023 16:07:23 +0300 Subject: [PATCH] =?UTF-8?q?prop:=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE?= =?UTF-8?q?=D0=B9=D0=BA=D0=B0=20=D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82?= =?UTF-8?q?=D0=B5=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 2 ++ mainprog.cbp | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/main.cpp b/main.cpp index 9de5622..7ffb735 100644 --- a/main.cpp +++ b/main.cpp @@ -1,6 +1,7 @@ #include #include #include +#include #include "histogram.h" #include "text.h" #include "svg.h" @@ -36,6 +37,7 @@ input_data(istream& tin, bool promt) int main() { + curl_global_init(CURL_GLOBAL_ALL); auto in = input_data(cin, false); auto B = make_histogram(in.A, in.bin); show_histogram_svg (B); diff --git a/mainprog.cbp b/mainprog.cbp index bb458c7..1028149 100644 --- a/mainprog.cbp +++ b/mainprog.cbp @@ -31,7 +31,12 @@ + + + + +