From 97079ffc8dce93e6e7ba1253e45bb44fcdf09906 Mon Sep 17 00:00:00 2001 From: Artem Date: Mon, 6 May 2024 16:26:34 +0300 Subject: [PATCH] =?UTF-8?q?build=20and=20code:=20=D0=B8=D1=81=D0=BF=D0=BE?= =?UTF-8?q?=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=B4?= =?UTF-8?q?=D0=B8=D0=BD=D0=B0=D0=BC=D0=B8=D1=87=D0=B5=D1=81=D0=BA=D0=BE?= =?UTF-8?q?=D0=B9=20=D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 2 ++ my_project.cbp | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/main.cpp b/main.cpp index 9680804..cb09681 100644 --- a/main.cpp +++ b/main.cpp @@ -2,6 +2,7 @@ #include #include "histogram.h" #include "svg.h" +#include using namespace std; @@ -36,6 +37,7 @@ input_data(istream& in, bool prompt){ int main() { + curl_global_init(CURL_GLOBAL_ALL); auto in = input_data(cin, false); auto bins = make_histogram(in.numbers, in.bin_count); show_histogram_svg(bins); diff --git a/my_project.cbp b/my_project.cbp index f72deb7..fc76e36 100644 --- a/my_project.cbp +++ b/my_project.cbp @@ -13,7 +13,11 @@