diff options
author | Eddie Hung <eddieh@ece.ubc.ca> | 2019-02-12 09:24:13 -0800 |
---|---|---|
committer | Eddie Hung <eddieh@ece.ubc.ca> | 2019-02-12 09:24:13 -0800 |
commit | c23e3f07517d4818d9ab1b532250353492cf50c2 (patch) | |
tree | 4fdcc0d47385f1b300a4e6b111b8545a0e00ecda | |
parent | 6faad18874d38ee2987d9cec573b5b3c8a41f279 (diff) | |
download | yosys-c23e3f07517d4818d9ab1b532250353492cf50c2.tar.gz yosys-c23e3f07517d4818d9ab1b532250353492cf50c2.tar.bz2 yosys-c23e3f07517d4818d9ab1b532250353492cf50c2.zip |
Missing headers for Xcode?
-rw-r--r-- | passes/techmap/abc.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/passes/techmap/abc.cc b/passes/techmap/abc.cc index d2d15a4a9..b215b1ea4 100644 --- a/passes/techmap/abc.cc +++ b/passes/techmap/abc.cc @@ -52,6 +52,8 @@ #include <cerrno> #include <sstream> #include <climits> +#include <array> +#include <functional> #ifndef _WIN32 # include <unistd.h> |