Skip to content

Commit

Permalink
chore: missing include on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha committed Aug 5, 2024
1 parent d6cb243 commit 7d52142
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/runtime/thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Author: Leonardo de Moura
#include <iostream>
#ifdef LEAN_WINDOWS
#include <windows.h>
# ifdef LEAN_AUTO_THREAD_FINALIZATION
#include <pthread.h>
# endif
#else
#include <pthread.h>
#endif
Expand Down

0 comments on commit 7d52142

Please sign in to comment.