Skip to content
Snippets Groups Projects
Commit aeadc752 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

Fixed include in tests

parent 79495ad0
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