Skip to content

Commit 2bf170a

Browse files
committed
add missing include for numeric_limits
1 parent 2d03048 commit 2bf170a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/protozero/pbf_reader.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ documentation.
3030
#include <cstddef>
3131
#include <cstdint>
3232
#include <cstring>
33+
#include <limits>
3334
#include <string>
3435
#include <utility>
3536

0 commit comments

Comments
 (0)