Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
aeadc752
Commit
aeadc752
authored
Jul 06, 2011
by
Tristan Matthews
Browse files
Fixed include in tests
parent
79495ad0
Changes
2
Hide whitespace changes
Inline
Side-by-side
sflphone-common/test/sdptest.cpp
View file @
aeadc752
...
...
@@ -28,10 +28,11 @@
* as that of the covered work.
*/
#include
"sdptest.h"
#include
<iostream>
#include
<string
.h
>
#include
<
c
string>
#include
"
sdptest
.h"
#include
"
audio/codecs/audiocodec
.h"
enum
session_type
...
...
sflphone-common/test/sdptest.h
View file @
aeadc752
...
...
@@ -44,7 +44,7 @@
#include
<cppunit/TestCase.h>
#include
<cppunit/TestSuite.h>
#include
<assert
.h
>
#include
<
c
assert>
#include
<exception>
#include
<string>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment