another compile fix

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

@ -13,6 +13,7 @@
#include <algorithm> #include <algorithm>
#include <memory> #include <memory>
#include <mutex> #include <mutex>
#define __STDC_WANT_LIB_EXT1__ 1
#include <ctime> #include <ctime>
using std::cerr; using std::cerr;
using std::endl; using std::endl;

Loading…
Cancel
Save