mirror of https://github.com/KLayout/klayout.git
Fixed Windows build
This commit is contained in:
parent
19ecf8866c
commit
9a7b2babc0
|
|
@ -27,6 +27,7 @@
|
||||||
|
|
||||||
#if defined(_MSC_VER) || defined(_WIN32)
|
#if defined(_MSC_VER) || defined(_WIN32)
|
||||||
# include <Windows.h>
|
# include <Windows.h>
|
||||||
|
# include <Psapi.h>
|
||||||
#elif defined(__MACH__)
|
#elif defined(__MACH__)
|
||||||
# include <mach/clock.h>
|
# include <mach/clock.h>
|
||||||
# include <mach/mach.h>
|
# include <mach/mach.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue