diff --git a/examples/hubbard_holstein_1d.cpp b/examples/hubbard_holstein_1d.cpp index d72d70f5..6577e519 100644 --- a/examples/hubbard_holstein_1d.cpp +++ b/examples/hubbard_holstein_1d.cpp @@ -26,7 +26,10 @@ // 'SelfAdjointEigenSolver' and the 'n_fermion_sector_view' objects. // +// 'state_vector_eigen3.hpp' must be included before 'libcommute.hpp'. +// This way libcommute will know how to deal with Eigen's vector types. #include + #include #include