src Bug fix#2, compile error #6

This commit is contained in:
avujic 2018-03-28 17:37:12 +02:00
parent e74dca806f
commit 2c3218fdc0
2 changed files with 4 additions and 1 deletions

View file

@ -23,6 +23,8 @@
#include <string.h> #include <string.h>
#include <string>
#include <iostream>
#include <uv.h> #include <uv.h>
#include <getopt.h> #include <getopt.h>
//--- //---

View file

@ -26,7 +26,8 @@
#include <stdint.h> #include <stdint.h>
#include <string>
#include <iostream>
class Url class Url
{ {