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

Small tclapi fix

This commit is contained in:
Akash Levy 2024-12-09 16:46:06 -08:00
parent 5dcdb5060c
commit 1d0570a52c

View file

@ -22,6 +22,7 @@
#include "libs/json11/json11.hpp"
#ifdef YOSYS_ENABLE_TCL
#define CONST const
#include "tclTomMath.h"
#include "tclTomMathDecls.h"
#endif