Skip to content

Commit 62873e1

Browse files
authored
Add missing #include <limits> to cli.h (#30)
1 parent a49dc0b commit 62873e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <iostream>
1919
#include <numeric>
2020
#include <sstream>
21+
#include <limits>
2122

2223
/**
2324
* Note this is a hastily hacked together command line parser.
@@ -905,4 +906,4 @@ namespace cli {
905906
}
906907
}
907908

908-
#endif
909+
#endif

0 commit comments

Comments
 (0)