Skip to content

Commit

Permalink
Fix include for C++17 workers
Browse files Browse the repository at this point in the history
  • Loading branch information
robinchrist committed Mar 6, 2020
1 parent 84b05d3 commit 0682be0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nan.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
# include <string_view>
#endif
#if NAN_ENABLE_CPP17_WORKERS
# include <functional>
# include <mutex>
#endif

Expand Down

0 comments on commit 0682be0

Please sign in to comment.