Skip to content

Commit ed6c8fc

Browse files
committed
Add missed #include <string>
Required for `std::stoll`.
1 parent 47f0a2d commit ed6c8fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <limits>
1010
#include <random>
1111
#include <stdexcept>
12+
#include <string>
1213
#include <vector>
1314

1415
#include "../include/minisketch.h"

0 commit comments

Comments
 (0)