Skip to content

Commit c4674ea

Browse files
fix include issue; release 0.4.1
1 parent 1e29fcc commit c4674ea

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

library/mrpython/modint.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
#include "mrpython/numeric.hpp"
2+
13
#ifndef MP_LIBRARY_MODINT_HPP
24
#define MP_LIBRARY_MODINT_HPP
35
#include <iostream>
4-
#include <mrpython/numeric.hpp>
56
#include <type_traits>
67

78
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.4.0",
5+
"version": "0.4.1",
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)