3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00

Include cstdlib for free()

This commit is contained in:
Henner Zeller 2024-11-06 17:35:00 -08:00
parent a4ad7cb81a
commit 285fd5b83a

View file

@ -21,6 +21,7 @@
#include "subcircuit.h"
#include <algorithm>
#include <cstdlib>
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>