EigenSolver is now in the Eigenvalues modules, not QR !

: Enter commit message.  Lines beginning with 'HG:' are removed.
diff --git a/unsupported/Eigen/Polynomials b/unsupported/Eigen/Polynomials
index e643774..1ca01a8 100644
--- a/unsupported/Eigen/Polynomials
+++ b/unsupported/Eigen/Polynomials
@@ -5,7 +5,7 @@
 
 #include <Eigen/src/Core/util/DisableMSVCWarnings.h>
 
-#include <Eigen/QR>
+#include <Eigen/Eigenvalues>
 
 // Note that EIGEN_HIDE_HEAVY_CODE has to be defined per module
 #if (defined EIGEN_EXTERN_INSTANTIATIONS) && (EIGEN_EXTERN_INSTANTIATIONS>=2)