Skip to content

Commit

Permalink
Merge pull request #461 from MichaelChirico/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi authored Jun 19, 2024
2 parents 03f550a + d0276d3 commit 714990b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/dir.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <cstring>
#include <limits>
#include <string>
#include <sys/stat.h>

#include "getmode.h"
Expand Down
1 change: 1 addition & 0 deletions src/file.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define __STDC_FORMAT_MACROS 1
#endif

#include <cstdio>
#include <string>
#include <vector>
#include <inttypes.h>
Expand Down
1 change: 1 addition & 0 deletions src/id.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <cstddef>
#include <string>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions src/path.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <cstdlib>
#include <cstring>
#include <string>

#include "Rinternals.h"
#include "error.h"
Expand Down
2 changes: 2 additions & 0 deletions src/utils.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include <cctype>
#include <cstddef>
#include <string>

#include "utils.h"
Expand Down

0 comments on commit 714990b

Please sign in to comment.