Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
medialibrary
Manage
Activity
Members
Labels
Plan
Issues
75
Issue boards
Milestones
Wiki
Code
Merge requests
9
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
medialibrary
Commits
06c94a00
Commit
06c94a00
authored
2 years ago
by
Johannes Kauffmann
Browse files
Options
Downloads
Patches
Plain Diff
utils: Url: Fix GCC13 build by including cstdint
parent
1735f88f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!711
Fix GCC13 build by including cstdint where needed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/utils/Url.cpp
+1
-0
1 addition, 0 deletions
src/utils/Url.cpp
with
1 addition
and
0 deletions
src/utils/Url.cpp
+
1
−
0
View file @
06c94a00
...
...
@@ -29,6 +29,7 @@
#include
"medialibrary/filesystem/Errors.h"
#include
<algorithm>
#include
<cstdint>
#include
<cstring>
#include
<iterator>
#include
<stdexcept>
...
...
This diff is collapsed.
Click to expand it.
Johannes Kauffmann
@JohannesKauffmann
mentioned in commit
a76b6f2e
·
1 year ago
mentioned in commit
a76b6f2e
mentioned in commit a76b6f2ec85e7e2acc2786ff41321d964a47d65d
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment