Skip to content

Commit

Permalink
Use header windows.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Oxoby committed Aug 18, 2020
1 parent 4bdb548 commit 6008e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helpers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <string>

#ifdef _WIN32
#include <processthreadsapi.h>
#include <windows.h>
#else
#include <unistd.h>
#endif
Expand Down

0 comments on commit 6008e9d

Please sign in to comment.