From: Eddie Hung Date: Tue, 12 Feb 2019 17:24:13 +0000 (-0800) Subject: Missing headers for Xcode? X-Git-Tag: yosys-0.9~232^2~12 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c23e3f07517d4818d9ab1b532250353492cf50c2;p=yosys.git Missing headers for Xcode? --- 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 #include #include +#include +#include #ifndef _WIN32 # include