@@ -21,6 +21,7 @@
#include "impl/internals.hpp"
+#include <algorithm>
#include <chrono>
#include <exception>
#include <mutex>
@@ -26,6 +26,8 @@
#include "rtc/datachannel.hpp"
#include "rtc/track.hpp"
+
#ifdef _WIN32
#include <winsock2.h>
#else
@@ -20,10 +20,10 @@
#include "icetransport.hpp"
#include "internals.hpp"
#include <cstring>
-#include <iostream>
#if !USE_GNUTLS
@@ -33,9 +33,11 @@
#include "dtlssrtptransport.hpp"
#endif
#include <array>
#include <iomanip>
#include <set>
+#include <sstream>
#include <thread>
using namespace std::placeholders;
#if RTC_ENABLE_WEBSOCKET
#include <cassert>
namespace rtc::impl {
#include "logcounter.hpp"
#include <cstdarg>
#include <cstdio>
@@ -21,10 +21,10 @@
using namespace std::chrono;