src Bug fix#2, compile error #6
This commit is contained in:
parent
e74dca806f
commit
2c3218fdc0
2 changed files with 4 additions and 1 deletions
|
@ -23,6 +23,8 @@
|
|||
|
||||
|
||||
#include <string.h>
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <uv.h>
|
||||
#include <getopt.h>
|
||||
//---
|
||||
|
|
|
@ -26,7 +26,8 @@
|
|||
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
|
||||
class Url
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue