3
0
Fork 0
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:
Clifford Wolf 2016-05-08 10:50:39 +02:00
parent fa76d51941
commit 570014800a
2 changed files with 1 additions and 9 deletions

View file

@ -51,6 +51,7 @@
#include <initializer_list>
#include <stdexcept>
#include <memory>
#include <cmath>
#include <sstream>
#include <fstream>