diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-07-29 20:57:51 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-07-29 20:57:51 +0200 |
commit | d9a1368e23fae9e696bc061b3688fc226eaf1d7e (patch) | |
tree | d33d748b7be795e819c5ac684705e97d6d26e6c8 /c++/time | |
parent | e75c644c2c1c5b1b72522a99dcbe91dceaa96dcc (diff) |
Diffstat (limited to 'c++/time')
-rw-r--r-- | c++/time/second.hpp | 2 |
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 { |