From 468675743d7ed145c7f97a596bc7e20bf551ed18 Mon Sep 17 00:00:00 2001 From: Stepan Siniavskii Date: Mon, 5 Jun 2023 10:59:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=BA=D0=BB=D1=8E=D1=87?= =?UTF-8?q?=D0=B8=D0=BB=20=D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5?= =?UTF-8?q?=D0=BA=D1=83=20curl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index 09ad4bb..638d91a 100644 --- a/main.cpp +++ b/main.cpp @@ -2,7 +2,7 @@ #include "vector" #include "svg.h" #include "histogram.h" -//#include "curl/curl.h" +#include "curl/curl.h" using namespace std; @@ -30,7 +30,7 @@ input_data(istream& inn, bool promt) { } int main() { -// curl_global_init(CURL_GLOBAL_ALL); + curl_global_init(CURL_GLOBAL_ALL); auto in = input_data(cin, true); auto bins = make_histogram(in.numbers, in.bin_count); //show_histogram_text(bins, in.bin_count);