mirror of https://github.com/YosysHQ/nextpnr.git
gatemate: adding missing iomanip header for std::setprecision (#1695)
This commit is contained in:
parent
5d46a5eeea
commit
f688fc080c
|
|
@ -18,6 +18,7 @@
|
|||
*/
|
||||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <iomanip>
|
||||
|
||||
#include "pack.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue