diff options
author | chai <chaifix@163.com> | 2018-07-28 20:53:17 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-28 20:53:17 +0800 |
commit | 714b68bf2e6e3caf7119b40210cad291a9a349f2 (patch) | |
tree | f6ec6fa1733b627e21a3f1c28beab8affa0f9eec /libjin/Math/Matrix.h | |
parent | 3fa76830d3bde5cb3c76da0cc58dd613965b98e5 (diff) |
*update
Diffstat (limited to 'libjin/Math/Matrix.h')
-rw-r--r-- | libjin/Math/Matrix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjin/Math/Matrix.h b/libjin/Math/Matrix.h index 673d253..ff4a51a 100644 --- a/libjin/Math/Matrix.h +++ b/libjin/Math/Matrix.h @@ -1,6 +1,6 @@ #ifndef __JIN_MATRIX_H #define __JIN_MATRIX_H -#include <math.h> + namespace jin { namespace math |