Skip to content
Snippets Groups Projects
Commit 07635ed0 authored by Tristan Matthews's avatar Tristan Matthews
Browse files
parents e9196cf3 dccd0f6f
Branches
Tags
No related merge requests found
......@@ -29,6 +29,12 @@
#ifndef AUDIORTPRECORDHANDLER_H_
#define AUDIORTPRECORDHANDLER_H_
#include <cstddef>
using std::ptrdiff_t;
#include <ccrtp/rtp.h>
#include <list>
#include "sip/sipcall.h"
#include "audio/codecs/audiocodec.h"
......@@ -39,8 +45,6 @@
#include "audio/echosuppress.h"
#include "audio/gaincontrol.h"
#include "managerimpl.h"
#include <ccrtp/rtp.h>
#include <list>
namespace sfl
{
......
......@@ -37,6 +37,7 @@
#include <iostream>
#include <exception>
#include <list>
#include <cstddef>
#include "global.h"
......@@ -46,6 +47,7 @@
#include "managerimpl.h"
using std::ptrdiff_t;
#include <ccrtp/rtp.h>
#include <ccrtp/iqueue.h>
#include <cc++/numbers.h> // ost::Time
......
......@@ -28,7 +28,9 @@
*/
#ifndef __SFL_AUDIO_SYMMETRIC_RTP_SESSION_H__
#define __SFL_AUDIO_SYMMETRIC_RTP_SESSION_H__
#include <cstddef>
using std::ptrdiff_t;
#include <ccrtp/rtp.h>
#include "AudioRtpSession.h"
......
......@@ -30,8 +30,10 @@
#ifndef __SFL_AUDIO_ZRTP_SESSION_H__
#define __SFL_AUDIO_ZRTP_SESSION_H__
#include <ccrtp/rtp.h>
#include <cstddef>
using std::ptrdiff_t;
#include <ccrtp/rtp.h>
#include <libzrtpcpp/zrtpccrtp.h>
#include <libzrtpcpp/ZrtpQueue.h>
#include <libzrtpcpp/ZrtpUserCallback.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment