forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
202 B
C++
10 lines
202 B
C++
--- src/Clock.h.orig 2013-10-28 17:23:32.000000000 +0100
|
|
+++ src/Clock.h 2013-10-28 17:28:11.000000000 +0100
|
|
@@ -19,6 +19,7 @@
|
|
|
|
#pragma once
|
|
|
|
+#include <ctime>
|
|
#include <string>
|
|
|
|
/*! \class Clock
|