Compile fix

pull/6241/head
AlexeyAB 6 years ago
parent fbdac785d2
commit a20e8b010a
  1. 2
      src/http_stream.cpp

@ -13,6 +13,7 @@
#include <algorithm>
#include <memory>
#include <mutex>
#include <ctime>
using std::cerr;
using std::endl;
@ -28,7 +29,6 @@ using std::endl;
#include <windows.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#include <time.h>
#include "gettimeofday.h"
#define PORT unsigned long
#define ADDRPOINTER int*

Loading…
Cancel
Save