Skip to content
Snippets Groups Projects
Commit 67ff077d authored by Adrien Béraud's avatar Adrien Béraud
Browse files

add missing includes, cleanup

Change-Id: Ifea313cc529a6c21c040b99748b2b5f502d021fe
parent 53bc4455
No related branches found
No related tags found
No related merge requests found
#pragma once
#include "ip_utils.h"
#include <functional>
#include <vector>
#include <string>
#include "ip_utils.h"
#include <memory>
namespace dhtnet {
......
......@@ -21,6 +21,7 @@
#include <memory>
#include <functional>
#include <chrono>
#if defined(_MSC_VER)
#include <BaseTsd.h>
......
......@@ -23,10 +23,12 @@
#include "ice_options.h"
#include "ip_utils.h"
#include <msgpack.hpp>
#include <functional>
#include <memory>
#include <msgpack.hpp>
#include <vector>
#include <chrono>
extern "C" {
struct pj_ice_sess_cand;
......
......@@ -16,10 +16,6 @@
*/
#pragma once
#ifdef HAVE_CONFIG
#include <config.h>
#endif
#include <sstream> // include before pjlib.h to fix macros issues with pjlib.h
extern "C" {
......
......@@ -43,7 +43,7 @@
#include <algorithm>
#include <sstream>
#include <chrono>
#include <thread>
#include <memory>
#include <cerrno>
#include "pj/limits.h"
......
#ifdef ENABLE_TRACEPOINTS
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#undef LTTNG_UST_TRACEPOINT_PROVIDER
#define LTTNG_UST_TRACEPOINT_PROVIDER jami
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment