Skip to content

Commit

Permalink
Add a missing header due to missing PATH_MAX variable (#181)
Browse files Browse the repository at this point in the history
* Add a missing header due to missing PATH_MAX variable

Signed-off-by: Wojciech Madry <[email protected]>
  • Loading branch information
wojciechmadry authored Oct 9, 2023
1 parent 9115db1 commit 1905c95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/filesystem_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#include <sys/stat.h>

#include <algorithm>
#include <climits>
#include <cstring>
#include <string>
#include <system_error>
Expand Down

0 comments on commit 1905c95

Please sign in to comment.