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);