mirror of https://github.com/YosysHQ/yosys.git
Missing headers for Xcode?
This commit is contained in:
parent
6faad18874
commit
c23e3f0751
|
@ -52,6 +52,8 @@
|
|||
#include <cerrno>
|
||||
#include <sstream>
|
||||
#include <climits>
|
||||
#include <array>
|
||||
#include <functional>
|
||||
|
||||
#ifndef _WIN32
|
||||
# include <unistd.h>
|
||||
|
|
Loading…
Reference in New Issue