Skip to content

Commit 45eea4c

Browse files
authored
Add missing C++ exception header (#1236)
1 parent b5ac0da commit 45eea4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Thread.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#ifndef _WIN32
22
#include "Thread.hpp"
3+
#include <exception>
34

45
static pthread_t NULL_THREAD = pthread_t();
56

0 commit comments

Comments
 (0)