diff options
author | chai <chaifix@163.com> | 2018-07-28 22:10:27 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-28 22:10:27 +0800 |
commit | 52693d68f7181d707e1a192d67a617145b358394 (patch) | |
tree | 5a39bcdf225def306738ead6683cd224e2c5762d /src/libjin/Math/Matrix.h | |
parent | d033400614e7e2c0ff49e5100c81e937e5818e74 (diff) |
*update
Diffstat (limited to 'src/libjin/Math/Matrix.h')
-rw-r--r-- | src/libjin/Math/Matrix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin/Math/Matrix.h b/src/libjin/Math/Matrix.h index 673d253..ff4a51a 100644 --- a/src/libjin/Math/Matrix.h +++ b/src/libjin/Math/Matrix.h @@ -1,6 +1,6 @@ #ifndef __JIN_MATRIX_H #define __JIN_MATRIX_H -#include <math.h> + namespace jin { namespace math |