File exception.patch of Package mtl
Index: mtl-2.1.2-23/mtl/mtl.h
===================================================================
--- mtl-2.1.2-23.orig/mtl/mtl.h
+++ mtl-2.1.2-23/mtl/mtl.h
@@ -14,6 +14,7 @@
#ifndef _MTL_MTL_H_
#define _MTL_MTL_H_
+#include "mtl/mtl_exception.h"
#include "mtl/mtl_decl.h"
#include <functional>
@@ -23,7 +24,6 @@
#include "mtl/fast.h"
#include "mtl/dense1D.h"
-#include "mtl/mtl_exception.h"
#include "mtl/matrix_traits.h"
#include "mtl/transform_iterator.h"
#include "mtl/scaled1D.h"