* allow Matrix to be resized to 0 (solve a lot of troubles with
  some containers)
* new workaround for std::vector which is supposed to work for any
  classes having EIGEN_MAKE_ALIGNED_OPERATOR_NEW as discussed on ML
diff --git a/test/stdvector.cpp b/test/stdvector.cpp
index 78e65e9..998945a 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>