Skip to content

Commit 813fa81

Browse files
author
shixuan.ma
committed
Update index.ixx
1 parent b2d7fd8 commit 813fa81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ipo/index.ixx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ module;
33
#include <queue>
44
#include <utility>
55
#include <vector>
6+
#include <algorithm>
67
export module leetcode_test.ipo.Solution;
78
using std::less;
89
using std::pair;
910
using std::priority_queue;
1011
using std::vector;
12+
using std::sort;
1113
namespace leetcode_test::ipo {
1214
export class Solution {
1315
public:

0 commit comments

Comments
 (0)