build: добавление библиотеки curl

master
ArtyushinaVV 2 лет назад
Родитель 5f41788050
Сommit 0aed68d40e

@ -5,6 +5,9 @@
#include "text.h" #include "text.h"
#include "svg.h" #include "svg.h"
#include <curl/curl.h>
using namespace std; using namespace std;
@ -41,6 +44,8 @@ input_data(istream& in, bool prompt)
int main() int main()
{ {
curl_global_init(CURL_GLOBAL_ALL);
bool prompt = true; bool prompt = true;
auto in = input_data(cin, prompt); auto in = input_data(cin, prompt);
auto bins = make_histogram(in.numbers, in.bin_count); auto bins = make_histogram(in.numbers, in.bin_count);

Загрузка…
Отмена
Сохранить