Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix warning (fpermissive) sleep definition not available
Browse files Browse the repository at this point in the history
  • Loading branch information
larroy committed May 16, 2019
1 parent bc7313e commit 37ccc16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/operator/random/shuffle_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include <vector>
#include <cstring>
#ifdef USE_GNU_PARALLEL_SHUFFLE
#include <unistd.h>
#include <parallel/algorithm>
#endif
#include "../elemwise_op_common.h"
Expand Down

0 comments on commit 37ccc16

Please sign in to comment.