Skip to content

Commit

Permalink
fix a missing #include
Browse files Browse the repository at this point in the history
  • Loading branch information
yixuan committed Jan 29, 2019
1 parent da86b66 commit 03e7f6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [Unreleased]
### Changed
- Fixed a missing `#include` in `DenseCholesky.h`, thanks to
[Lennart Trunk](https://github.com/TheScarfix) for the issue
[#59](https://github.com/yixuan/spectra/issues/59)


## [0.7.0] - 2019-01-10
### Added
- Added a directory `contrib` to include code contributed by users. It is not
Expand Down
1 change: 1 addition & 0 deletions include/Spectra/MatOp/DenseCholesky.h
Expand Up @@ -10,6 +10,7 @@
#include <Eigen/Core>
#include <Eigen/Cholesky>
#include <stdexcept>
#include "../Util/CompInfo.h"

namespace Spectra {

Expand Down

0 comments on commit 03e7f6c

Please sign in to comment.