3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 05:08:56 +00:00

Visual Studio build fix

This commit is contained in:
Miodrag Milanovic 2019-07-31 09:10:24 +02:00
parent b4f38cca77
commit 35d28de478
2 changed files with 2 additions and 1 deletions

View file

@ -49,6 +49,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <cctype>
#include <cerrno>
#include <sstream>
#include <climits>