From 9d1b1af6cb8f6cf7d52309cf7e3260ebcf2f3c0f Mon Sep 17 00:00:00 2001 From: "Alice (KhorovodnikovaAA)" Date: Thu, 29 May 2025 21:45:44 +0300 Subject: [PATCH] =?UTF-8?q?code:=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20curl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.cpp b/main.cpp index df443ee..78a8478 100644 --- a/main.cpp +++ b/main.cpp @@ -1,3 +1,5 @@ +#include + #include #include #include "histogram.h" @@ -41,6 +43,7 @@ Input input_data(istream& in, bool prompt = true) { // int main() { + curl_global_init(CURL_GLOBAL_ALL); size_t max_count; auto in = input_data(cin); auto bins = make_histogram(in.numbers, in.bin_count);