Skip to content

Commit

Permalink
Merge pull request #1 from trapexit/stringfix
Browse files Browse the repository at this point in the history
Add string include which it lacking breaks MacOS clang
  • Loading branch information
trapexit authored Feb 18, 2022
2 parents de5bb8c + 430d18f commit fe614b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tdo_directory_record.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include <cctype>
#include <cstdint>
#include <string>
#include <vector>

#define DR_FLAG_IS_DIRECTORY 0x00000001
Expand Down

0 comments on commit fe614b1

Please sign in to comment.