Skip to content

Commit e3e4eba

Browse files
committed
Add some includes to ripser.cpp for newer Ubuntu/C++ environments
1 parent b1d9451 commit e3e4eba

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.6.4
2+
- Add some includes to ripser.cpp for newer Ubuntu/C++ environments
3+
14
# 0.6.3
25
- Update numpy header
36

ripser/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.3"
1+
__version__ = "0.6.4"

ripser/ripser.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ derivative works thereof, in binary and source code form.
3939
*/
4040

4141
#include <algorithm>
42+
#include <atomic>
4243
#include <cassert>
4344
#include <cmath>
45+
#include <cstdlib>
4446
#include <cstring>
4547
#include <fstream>
4648
#include <iomanip>

0 commit comments

Comments
 (0)