14 lines
415 B
Plaintext
14 lines
415 B
Plaintext
$OpenBSD: patch-src_examples_annotations_example_cpp,v 1.1 2017/08/08 08:57:45 bentley Exp $
|
|
|
|
Index: src/examples/annotations_example.cpp
|
|
--- src/examples/annotations_example.cpp.orig
|
|
+++ src/examples/annotations_example.cpp
|
|
@@ -22,6 +22,7 @@ using namespace gloox;
|
|
#include <string>
|
|
|
|
#include <cstdio> // [s]print[f]
|
|
+#include <ctime>
|
|
|
|
class AnnotationsTest : public AnnotationsHandler, ConnectionListener
|
|
{
|