Skip to content

Commit 5be2edf

Browse files
committed
Add missing include to benchmark table generator
1 parent d17a477 commit 5be2edf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bench/util/table.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include "fly/logger/styler.hpp"
66
#include "fly/types/numeric/literals.hpp"
77
#include "fly/types/string/concepts.hpp"
8+
#include "fly/types/string/detail/stream_util.hpp"
89
#include "fly/types/string/string.hpp"
910

1011
#include <array>

0 commit comments

Comments
 (0)