Skip to content

Commit

Permalink
EbmlSInteger: Use <limits> instead of <climits>
Browse files Browse the repository at this point in the history
The former is the proper header to use for std::numerical_limits
  • Loading branch information
chouquette authored and robUx4 committed Apr 23, 2018
1 parent 7038d00 commit e46906b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EbmlSInteger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
\author Moritz Bunkus <moritz @ bunkus.org>
*/
#include <cassert>
#include <climits>
#include <limits>

#include "ebml/EbmlSInteger.h"

Expand Down

0 comments on commit e46906b

Please sign in to comment.