diff options
Diffstat (limited to 'src/vector.h')
-rw-r--r-- | src/vector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vector.h b/src/vector.h index 4ba524c0d..66a0d501f 100644 --- a/src/vector.h +++ b/src/vector.h @@ -23,7 +23,7 @@ #ifndef VECTOR_H #define VECTOR_H -#include <math.h> +#include <cmath> #include <iostream> |