Skip to content

Commit b8086f7

Browse files
Fix compile error text_serializer.cc:131:18: error: 'numeric_limits' is not a member of 'std'
1 parent 26c4ebe commit b8086f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/text_serializer.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include <cmath>
33
#include <iostream>
44
#include <sstream>
5+
#include <limits>
56

67
namespace prometheus {
78

0 commit comments

Comments
 (0)