Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 923e55b

Browse files
authored
Merge pull request #4 from eborghi10/add-std-memory
Add missing <memory> for std::shared_ptr
2 parents 1924ece + 183ed8e commit 923e55b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Madplotlib.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
* 2D plots inspired on matplotlib.
99
*/
1010
#pragma once
11+
12+
#include <memory>
13+
1114
#ifndef NO_EIGEN
1215
#include <Eigen/Dense>
1316
#endif

0 commit comments

Comments
 (0)