mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 17:15:33 +00:00
Include <cmath> in yosys.h
This commit is contained in:
parent
fa76d51941
commit
570014800a
2 changed files with 1 additions and 9 deletions
|
@ -51,6 +51,7 @@
|
|||
#include <initializer_list>
|
||||
#include <stdexcept>
|
||||
#include <memory>
|
||||
#include <cmath>
|
||||
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue