aboutsummaryrefslogtreecommitdiff
path: root/src/vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vector.h')
-rw-r--r--src/vector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vector.h b/src/vector.h
index 3a3ed5c..5e105c4 100644
--- a/src/vector.h
+++ b/src/vector.h
@@ -1,3 +1,5 @@
+#pragma once
+
#include <cmath>
inline double sq(double x) noexcept {