summaryrefslogtreecommitdiff
path: root/c++/unit.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-07-29 20:57:51 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-07-29 20:57:51 +0200
commitd9a1368e23fae9e696bc061b3688fc226eaf1d7e (patch)
treed33d748b7be795e819c5ac684705e97d6d26e6c8 /c++/unit.hpp
parente75c644c2c1c5b1b72522a99dcbe91dceaa96dcc (diff)
Fixed lib for basic exampleHEADmaster
Diffstat (limited to 'c++/unit.hpp')
-rw-r--r--c++/unit.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/unit.hpp b/c++/unit.hpp
index a8e8320..171fcb6 100644
--- a/c++/unit.hpp
+++ b/c++/unit.hpp
@@ -1,6 +1,6 @@
#pragma once
-#include "unit_reduction.h"
+#include "unit_reduction.hpp"
namespace kel {
template<typename UnitType, int64_t Exponent>
@@ -46,4 +46,4 @@ template<typename S>
using scalar = unit<S>;
}
-#include "unit.tmpl.h"
+#include "unit.tmpl.hpp"