CREDIT Hauke Heibel, fix MSVC warnings
diff --git a/test/stdvector.cpp b/test/stdvector.cpp
index 10788a7..e2e7368 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>