mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-09-06 21:02:24 +02:00
gatemate: adding missing iomanip header for std::setprecision (#1695)
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <iomanip>
|
||||
|
||||
#include "pack.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user