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 78e65e927..998945a6e 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 "main.h"
#include <Eigen/StdVector>
+#include "main.h"
#include <Eigen/Geometry>
template<typename MatrixType>