Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
5adcd2c0
Commit
5adcd2c0
authored
Apr 05, 2016
by
Marcin Siodelski
Browse files
[master] Correcting previous change.
Replace <cstdint> with <stdint.h> because the former is C++11 only.
parent
8ec157c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/util/strutil.h
View file @
5adcd2c0
...
...
@@ -9,7 +9,7 @@
#include
<algorithm>
#include
<cctype>
#include
<
c
stdint>
#include
<stdint
.h
>
#include
<string>
#include
<sstream>
#include
<vector>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment