Skip to content

Commit

Permalink
Work around compilation failures with Eigen 3.3.4
Browse files Browse the repository at this point in the history
This addresses issue #13.
  • Loading branch information
galexv committed Nov 30, 2017
1 parent 0ba2ce1 commit 72f539e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/moves/moves.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <Eigen/Core>
#include <alps/mc/random01.hpp>

#include "moves.hpp"
Expand Down
1 change: 1 addition & 0 deletions src/sliding_window/sliding_window.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <Eigen/Dense>
#include "sliding_window.hpp"
#include "sliding_window.ipp"
#include "meas_static_obs.ipp"
Expand Down

0 comments on commit 72f539e

Please sign in to comment.