Skip to content

Commit 5f7b2f6

Browse files
Include <functional> in typical_segment_tree.hpp; release 0.2.5
1 parent 287db8b commit 5f7b2f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

library/mrpython/typical_segment_tree.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#ifndef MP_LIBRARY_SEGMENT_TREE_HPP
55
#define MP_LIBRARY_SEGMENT_TREE_HPP
66
#include <algorithm>
7+
#include <functional>
78
#include <vector>
89

910
namespace mrpython {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mp-oi-library",
33
"displayName": "mp-oi-library",
44
"description": "Some algorithms and data structures template for competitive programming.",
5-
"version": "0.2.4",
5+
"version": "0.2.5",
66
"repository": "https://github.com/Mr-Python-in-China/mp-oi-library",
77
"license": "LGPL-3.0-only",
88
"author": {

0 commit comments

Comments
 (0)