Skip to content
Snippets Groups Projects
Commit a8f5ea9e authored by Tristan Matthews's avatar Tristan Matthews Committed by Rafaël Carré
Browse files

Fixed include in tests

(cherry picked from commit aeadc752)
parent 4a3ea41c
No related branches found
No related tags found
No related merge requests found
......@@ -28,10 +28,11 @@
* as that of the covered work.
*/
#include "sdptest.h"
#include <iostream>
#include <string.h>
#include <cstring>
#include "sdptest.h"
#include "audio/codecs/audiocodec.h"
enum session_type
......
......@@ -44,7 +44,7 @@
#include <cppunit/TestCase.h>
#include <cppunit/TestSuite.h>
#include <assert.h>
#include <cassert>
#include <exception>
#include <string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment