From a08d9a807a0a2edecd58128fbe5a098f6153d34f Mon Sep 17 00:00:00 2001 From: Daniil Date: Sun, 25 May 2025 19:38:31 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D1=87=D1=82=D0=BE-=D1=82=D0=BE=20?= =?UTF-8?q?=D1=81=D0=BA=D0=B0=D1=87=D0=B0=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.cpp b/main.cpp index 75ecfcf..bffff9c 100644 --- a/main.cpp +++ b/main.cpp @@ -3,6 +3,7 @@ #include "histogram.h" #include "text.h" #include "svg.h" +#include using namespace std; @@ -60,6 +61,7 @@ input_data(istream& inn) int main() { + curl_global_init(CURL_GLOBAL_ALL); auto in = input_data(cin); auto bins = make_histogram(in.numbers, in.bin_count); /*double min, max;