Skip to content

Commit ea49c34

Browse files
mkurc-antvaughnbetz
authored andcommitted
Added missing <limits> inclusion to libargparse which caused failure for one of the compilers
Signed-off-by: Maciej Kurc <[email protected]>
1 parent 20c051c commit ea49c34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/EXTERNAL/libargparse/src/argparse.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <cassert>
55
#include <string>
66
#include <set>
7+
#include <limits>
78

89
#include "argparse.hpp"
910
#include "argparse_util.hpp"

0 commit comments

Comments
 (0)