Skip to content
Snippets Groups Projects
Commit b9daa14a authored by Alexandre Savard's avatar Alexandre Savard
Browse files
parents 74a718d4 d46bbd5d
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
*/ */
#include "sdp.h" #include "sdp.h"
#include "sdpmedia.h"
#include "global.h" #include "global.h"
#include "manager.h" #include "manager.h"
#define ZRTP_VERSION "1.10" #define ZRTP_VERSION "1.10"
......
...@@ -41,11 +41,12 @@ ...@@ -41,11 +41,12 @@
#include <pj/pool.h> #include <pj/pool.h>
#include <pj/assert.h> #include <pj/assert.h>
#include <vector> #include <vector>
#include <string>
#include "sdpmedia.h"
#include <exception> #include <exception>
#include "global.h" // FIXME: CodecOrder shouldn't be in global.h
class sdpMedia;
namespace sfl { namespace sfl {
class AudioCodec; class AudioCodec;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment