diff --git a/Lab03.cbp b/Lab03.cbp
index c0855c7..3f82986 100644
--- a/Lab03.cbp
+++ b/Lab03.cbp
@@ -13,7 +13,12 @@
+
+
+
+
+
@@ -22,17 +27,25 @@
+
+
+
+
-
+
+
+
+
+
diff --git a/main.cpp b/main.cpp
index 8b26496..2216a9b 100644
--- a/main.cpp
+++ b/main.cpp
@@ -3,6 +3,7 @@
#include "histogram.h"
#include "text.h"
#include "svg.h"
+#include
using namespace std;
@@ -40,6 +41,7 @@ input_data(istream& stream, bool prompt) {
int main()
{
+ curl_global_init(CURL_GLOBAL_ALL);
bool prompt = true;
auto in = input_data(cin, prompt);
auto bins = make_histogram(in.numbers, in.bin_count, in.number_count, in.max_count);