Skip to content

Commit f688fc0

Browse files
authored
gatemate: adding missing iomanip header for std::setprecision (#1695)
1 parent 5d46a5e commit f688fc0

File tree

1 file changed

+1
-0
lines changed
  • himbaechel/uarch/gatemate

1 file changed

+1
-0
lines changed

himbaechel/uarch/gatemate/pll.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
*/
1919

2020
#include <boost/algorithm/string.hpp>
21+
#include <iomanip>
2122

2223
#include "pack.h"
2324

0 commit comments

Comments
 (0)