Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/biology/abyss/files/patch-Common_Timer.h
16461 views
1
--- Common/Timer.h.orig 2019-02-25 02:35:12 UTC
2
+++ Common/Timer.h
3
@@ -3,6 +3,8 @@
4
5
#include <string>
6
7
+#include <time.h>
8
+
9
/**
10
* Time the duration between the construction and destruction of this
11
* timer object and log that duration.
12
13