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
VideoLAN
medialibrary
Commits
500a2833
Commit
500a2833
authored
May 12, 2014
by
Hugo Beauzée-Luyssen
Browse files
Fix build on linux
parent
57208d70
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/File.cpp
View file @
500a2833
#include
<cassert>
#include
<cstdlib>
#include
<cstring>
#include
"Album.h"
#include
"AlbumTrack.h"
...
...
src/Label.cpp
View file @
500a2833
#include
<cassert>
#include
<cstdlib>
#include
<cstring>
#include
"Label.h"
#include
"File.h"
#include
"SqliteTools.h"
#include
<cassert>
Label
::
Label
(
sqlite3
*
dbConnection
,
sqlite3_stmt
*
stmt
)
:
m_dbConnection
(
dbConnection
)
,
m_files
(
NULL
)
...
...
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