summaryrefslogtreecommitdiff
path: root/c++/unit.hpp
diff options
context:
space:
mode:
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"