mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 15:29:02 +08:00
draco: add include of limits in parser_utils.cc
Fixes https://github.com/google/draco/issues/706
This commit is contained in:
parent
b699f0561a
commit
d09e000868
@ -18,6 +18,7 @@
|
|||||||
#include <cctype>
|
#include <cctype>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
|
#include <limits>
|
||||||
|
|
||||||
namespace draco {
|
namespace draco {
|
||||||
namespace parser {
|
namespace parser {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user