summaryrefslogtreecommitdiff
path: root/c++/time
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++/time
parente75c644c2c1c5b1b72522a99dcbe91dceaa96dcc (diff)
Fixed lib for basic exampleHEADmaster
Diffstat (limited to 'c++/time')
-rw-r--r--c++/time/second.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/time/second.hpp b/c++/time/second.hpp
index 6dca456..d127f86 100644
--- a/c++/time/second.hpp
+++ b/c++/time/second.hpp
@@ -1,6 +1,6 @@
#pragma once
-#include "../unit.h"
+#include "../unit.hpp"
namespace kel {
namespace unit_type {