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 25f6c120..9ff98aa1 100644 --- a/src/vector.h +++ b/src/vector.h @@ -22,7 +22,7 @@ #ifndef VECTOR_H #define VECTOR_H -#include <math.h> +#include <cmath> #include <iostream> |