Skip to content

Commit 5c1dbb4

Browse files
committed
fix header
1 parent 0973b1e commit 5c1dbb4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

atcoder/lazysegtree.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include <algorithm>
55
#include <cassert>
6-
#include <iostream>
6+
#include <functional>
77
#include <vector>
88

99
#include "atcoder/internal_bit"

atcoder/segtree.hpp

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

44
#include <algorithm>
55
#include <cassert>
6+
#include <functional>
67
#include <vector>
78

89
#include "atcoder/internal_bit"

0 commit comments

Comments
 (0)