Skip to content

Commit 99d06bf

Browse files
committed
fix: add missing dependency
1 parent c680a81 commit 99d06bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tdigest/include/tdigest_impl.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
#include <algorithm>
2424
#include <cmath>
25+
#include <sstream>
2526

2627
#include "common_defs.hpp"
2728
#include "memory_operations.hpp"

0 commit comments

Comments
 (0)