diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2019-07-31 09:10:24 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2019-07-31 09:10:24 +0200 |
commit | 35d28de47892d7905d8b37538a581950d4eb54c7 (patch) | |
tree | f57bc54f0ecc3c929375d34498dd6ce3b5d7207b /passes/techmap/abc.cc | |
parent | b4f38cca77a78884ce215190935af78cae92c4db (diff) | |
download | yosys-35d28de47892d7905d8b37538a581950d4eb54c7.tar.gz yosys-35d28de47892d7905d8b37538a581950d4eb54c7.tar.bz2 yosys-35d28de47892d7905d8b37538a581950d4eb54c7.zip |
Visual Studio build fix
Diffstat (limited to 'passes/techmap/abc.cc')
-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 65c7d1bb8..19afb58cb 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> |