aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/stdvector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/stdvector.cpp')
-rw-r--r--test/stdvector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stdvector.cpp b/test/stdvector.cpp
index 10788a77f..e2e73680e 100644
--- a/test/stdvector.cpp
+++ b/test/stdvector.cpp
@@ -22,8 +22,8 @@
// License and a copy of the GNU General Public License along with
// Eigen. If not, see <http://www.gnu.org/licenses/>.
-#include <Eigen/StdVector>
#include "main.h"
+#include <Eigen/StdVector>
#include <Eigen/Geometry>
template<typename MatrixType>