forked from Lainports/opnsense-ports
10 lines
173 B
C++
10 lines
173 B
C++
--- src/message.h.orig 2010-01-02 20:53:36 UTC
|
|
+++ src/message.h
|
|
@@ -25,6 +25,7 @@
|
|
#define _PMS_MESSAGE_H_
|
|
|
|
#include <string>
|
|
+#include <ctime>
|
|
|
|
using namespace std;
|
|
|