Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITAStreaming
Commits
1a22101c
Commit
1a22101c
authored
Apr 24, 2017
by
Marco Berzborn
Browse files
std::numeric_limits needs <limits> included
parent
8c973c6f
Changes
1
Show whitespace changes
Inline
Side-by-side
src/ITAStreamingSourceRealization.cpp
View file @
1a22101c
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
#include
<ITAStreamingSourceRealization.h>
#include
<ITAStreamingSourceRealization.h>
#include
<assert.h>
#include
<assert.h>
#include
<limits>
static
const
long
STREAM_POS_INIT
(
std
::
numeric_limits
<
long
>::
max
()
);
static
const
long
STREAM_POS_INIT
(
std
::
numeric_limits
<
long
>::
max
()
);
...
...
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