Skip to content

Commit 9859c1a

Browse files
committed
Added proper header for std::numeric_limits.
Signed-off-by: Pan Yu <[email protected]>
1 parent 6f64911 commit 9859c1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

onnx_utils.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include <google/protobuf/io/zero_copy_stream_impl.h>
2626
#include <google/protobuf/text_format.h>
2727
#include <iostream>
28+
#include <limits>
2829
#include <onnx/onnx_pb.h>
2930
#include <sstream>
3031

0 commit comments

Comments
 (0)