blob: 69d7f88e0e8928213f0647778c94ce4ce8fbd87a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/examples/bookmarkstorage_example.cpp.orig 2017-08-04 16:25:23 UTC
+++ src/examples/bookmarkstorage_example.cpp
@@ -17,8 +17,8 @@
#include "../bookmarkstorage.h"
using namespace gloox;
-#include <stdio.h>
-#include <locale.h>
+#include <ctime>
+#include <clocale>
#include <string>
#include <cstdio> // [s]print[f]
|