aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-07-31 09:10:24 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2019-07-31 09:10:24 +0200
commit35d28de47892d7905d8b37538a581950d4eb54c7 (patch)
treef57bc54f0ecc3c929375d34498dd6ce3b5d7207b /passes/techmap
parentb4f38cca77a78884ce215190935af78cae92c4db (diff)
downloadyosys-35d28de47892d7905d8b37538a581950d4eb54c7.tar.gz
yosys-35d28de47892d7905d8b37538a581950d4eb54c7.tar.bz2
yosys-35d28de47892d7905d8b37538a581950d4eb54c7.zip
Visual Studio build fix
Diffstat (limited to 'passes/techmap')
-rw-r--r--passes/techmap/abc.cc1
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>