From 10038dd3d1e436eaa4cba95492e1e5ddc70fe666 Mon Sep 17 00:00:00 2001 From: BezhenarAN Date: Sun, 19 May 2024 13:52:39 +0300 Subject: [PATCH] =?UTF-8?q?4.3:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20curl=20=D0=B2=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D0=B3=D1=80=D0=B0=D0=BC=D0=BC=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.cpp b/main.cpp index f93c62c..120ce37 100644 --- a/main.cpp +++ b/main.cpp @@ -3,6 +3,7 @@ #include "histogram.h" #include "text.h" #include "svg.h" +#include using namespace std; @@ -52,6 +53,9 @@ Input input_data(istream& stream, bool prompt) { int main(){ + + curl_global_init(CURL_GLOBAL_ALL); + bool prompt= true; Input in = input_data(cin, prompt);