chore: missing include on Windows (#4919)
This commit is contained in:
parent
d6cb2432c6
commit
87d41e6326
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue