From: Clifford Wolf Date: Sun, 22 Jul 2018 13:21:59 +0000 (+0200) Subject: Add missing include (MSVC build fix) X-Git-Tag: yosys-0.8~46 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0eaab6cd1d3fca807861a9090e684ddde16b0ba2;p=yosys.git Add missing include (MSVC build fix) Signed-off-by: Clifford Wolf --- diff --git a/passes/techmap/extract_reduce.cc b/passes/techmap/extract_reduce.cc index cc21c8665..0ce596fda 100644 --- a/passes/techmap/extract_reduce.cc +++ b/passes/techmap/extract_reduce.cc @@ -19,6 +19,7 @@ #include "kernel/yosys.h" #include "kernel/sigtools.h" +#include USING_YOSYS_NAMESPACE PRIVATE_NAMESPACE_BEGIN