Skip to content

Commit

Permalink
Added missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
alxvasilev committed Dec 15, 2014
1 parent b8164f1 commit 8f88653
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mingw.thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#include <memory>
#include <chrono>
#include <system_error>
#include <process.h>

//instead of INVALID_HANDLE_VALUE _beginthreadex returns 0
#define _STD_THREAD_INVALID_HANDLE 0
namespace std
Expand Down

0 comments on commit 8f88653

Please sign in to comment.