summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/KernelKit/Timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/KernelKit/Timer.h')
-rw-r--r--src/kernel/KernelKit/Timer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel/KernelKit/Timer.h b/src/kernel/KernelKit/Timer.h
index 02fe5665..77437f01 100644
--- a/src/kernel/KernelKit/Timer.h
+++ b/src/kernel/KernelKit/Timer.h
@@ -9,6 +9,7 @@
#include <KernelKit/KPC.h>
namespace Kernel {
+
class SoftwareTimer;
class ITimer;
@@ -68,6 +69,7 @@ inline constexpr UInt64 rtl_milliseconds(UInt64 time) {
if (time < 1) return 0;
return time;
}
+
} // namespace Kernel
#endif // !KERNELKIT_TIMER_H