Skip to content

Commit 2b03d83

Browse files
committed
Fix missing include
1 parent 2417e5b commit 2b03d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <vector>
55
#include <iostream>
66
#include <cstring>
7-
#include <map>
7+
#include <algorithm>
88
#include <memory>
99
#include <random>
1010
#include <string>

0 commit comments

Comments
 (0)