Skip to content

Commit e6845fb

Browse files
authored
Add missing header for std::setw std::setprecision (#241)
1 parent 1036816 commit e6845fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/llil4map.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
#include <atomic>
6161

6262
#include <iostream>
63+
#include <iomanip>
6364
#include <fstream>
6465

6566
#include <parallel_hashmap/phmap.h>

0 commit comments

Comments
 (0)