Skip to content
Snippets Groups Projects
Commit c8353c8c authored by Alexandre Savard's avatar Alexandre Savard
Browse files

#5755: Fix fedora 15 compilation without patching ccrtp

parent 9d226b80
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,8 @@
#ifndef __SFL_MIME_PARAMETERS_H__
#define __SFL_MIME_PARAMETERS_H__
using namespace std;
/**
* Start a new payload format definition.
*/
......
......@@ -30,6 +30,7 @@
#ifndef __SFL_AUDIO_ZRTP_SESSION_H__
#define __SFL_AUDIO_ZRTP_SESSION_H__
using namespace std;
#include <ccrtp/rtp.h>
......
......@@ -31,6 +31,8 @@
#ifndef __SFL_ZRTP_CALLBACK_H__
#define __SFL_ZRTP_CALLBACK_H__
using namespace std;
#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.
Finish editing this message first!
Please register or to comment