mirror of https://github.com/KLayout/klayout.git
Trying to fix Windows build.
This commit is contained in:
parent
f1d2f39031
commit
d10165928f
|
|
@ -23,6 +23,7 @@
|
|||
#include "tlSleep.h"
|
||||
|
||||
#if defined(_MSC_VER) || defined(_WIN32)
|
||||
# include <Windows.h>
|
||||
# include <Synchapi.h>
|
||||
#else
|
||||
# include <unistd.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue