From da24abf70852fdc215548896c49ac66e9325926c Mon Sep 17 00:00:00 2001 From: KuzmenkoEA Date: Sun, 19 May 2024 22:39:43 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B0?= 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 8cb87be..865c35c 100644 --- a/main.cpp +++ b/main.cpp @@ -4,8 +4,10 @@ #include "histogram.h" #include "text.h" #include "svg.h" +#include using namespace std; + struct Input { vector numbers; @@ -29,6 +31,7 @@ Input input_data() int main() { + curl_global_init(CURL_GLOBAL_ALL); const size_t SCREEN_WIDTH = 80; const size_t MAX_ASTERISK = SCREEN_WIDTH - 3 - 1; auto in = input_data();