Skip to content

Commit

Permalink
Linux fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pons committed Jun 11, 2020
1 parent c176951 commit 8c56f26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Check.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <algorithm>
#ifndef WIN64
#include <pthread.h>
#define _strdup strdup
#endif

using namespace std;
Expand Down
1 change: 1 addition & 0 deletions PartMerge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <dirent.h>
#include <pthread.h>
#include <sys/stat.h>
#define _strdup strdup
#endif

using namespace std;
Expand Down

0 comments on commit 8c56f26

Please sign in to comment.