We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ac0da commit 45eea4cCopy full SHA for 45eea4c
src/Thread.cpp
@@ -1,5 +1,6 @@
1
#ifndef _WIN32
2
#include "Thread.hpp"
3
+#include <exception>
4
5
static pthread_t NULL_THREAD = pthread_t();
6
0 commit comments