diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2019-07-31 09:10:24 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2019-08-02 17:08:59 +0200 |
commit | 2b4e50ac3dd33ddf978eb4994985727338c61dff (patch) | |
tree | cdde5331b9a450ca47f3b354dc51c0be2f1842c1 | |
parent | 2ec5a3ec9248e86bb24f29253f1610aeff431e7d (diff) | |
download | yosys-2b4e50ac3dd33ddf978eb4994985727338c61dff.tar.gz yosys-2b4e50ac3dd33ddf978eb4994985727338c61dff.tar.bz2 yosys-2b4e50ac3dd33ddf978eb4994985727338c61dff.zip |
Visual Studio build fix
-rw-r--r-- | passes/techmap/abc.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/passes/techmap/abc.cc b/passes/techmap/abc.cc index 5b19d84fb..bf05c68e7 100644 --- a/passes/techmap/abc.cc +++ b/passes/techmap/abc.cc @@ -49,6 +49,7 @@ #include <stdlib.h> #include <stdio.h> #include <string.h> +#include <cctype> #include <cerrno> #include <sstream> #include <climits> |