Skip to content

Commit f53137c

Browse files
committed
climits seems to define MAX_PATH on at least Solaris and is part of stdlib of C++...harmless right? (bonus...put in real repo
1 parent c1dbd00 commit f53137c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

argparser.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#include <cstring>
66
#include <cstdlib>
7+
#include <climits>
78
#include <memory>
89
#include <string>
910
#include <unistd.h>

0 commit comments

Comments
 (0)