From b2e7329356ae0ab8db44d476aab85a326ec75f5e Mon Sep 17 00:00:00 2001 From: Thomas Capricelli Date: Mon, 8 Mar 2010 20:34:24 +0100 Subject: tests : fix compilation issues, adding and removing --- doc/examples/Tutorial_PartialLU_solve.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/examples/Tutorial_PartialLU_solve.cpp') diff --git a/doc/examples/Tutorial_PartialLU_solve.cpp b/doc/examples/Tutorial_PartialLU_solve.cpp index 98f9d6dac..917836f0e 100644 --- a/doc/examples/Tutorial_PartialLU_solve.cpp +++ b/doc/examples/Tutorial_PartialLU_solve.cpp @@ -1,5 +1,6 @@ #include #include +#include using namespace std; using namespace Eigen; -- cgit v1.2.3