From 95f7257849ceeed45e392f085d584fba512c60b8 Mon Sep 17 00:00:00 2001 From: EfimovaLA Date: Sun, 2 Jun 2024 18:53:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20curl?= 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 4e8020a..8d49b18 100644 --- a/main.cpp +++ b/main.cpp @@ -4,6 +4,7 @@ #include "text.h" #include "histogram_internal.h" #include "svg.h" +#include using namespace std; const size_t SCREEN_WIDTH = 80; @@ -41,6 +42,7 @@ Input input_data(istream& stream, bool prompt) int main() { + curl_global_init(CURL_GLOBAL_ALL); bool prompt = true; auto in = input_data(cin, prompt);