summaryrefslogtreecommitdiff
path: root/src/vector.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-01-26 16:21:43 +0100
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-01-29 14:18:06 +0100
commite7c285e3423ddd660447f6a6fc6bbae25f99f386 (patch)
tree1d700f09a5e96a2a0d390af30581097bdec0bf77 /src/vector.h
parente1a7c1d0ca30c2c4a293ffbff6b9c51c881d23e3 (diff)
downloadmana-e7c285e3423ddd660447f6a6fc6bbae25f99f386.tar.gz
mana-e7c285e3423ddd660447f6a6fc6bbae25f99f386.tar.bz2
mana-e7c285e3423ddd660447f6a6fc6bbae25f99f386.tar.xz
mana-e7c285e3423ddd660447f6a6fc6bbae25f99f386.zip
Apply C++11 fixits
modernize-loop-convert modernize-deprecated-headers
Diffstat (limited to 'src/vector.h')
-rw-r--r--src/vector.h2
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>