blob: 12fa524192fc620a7188b6e9f1dd7adef242e543 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
--- src/userinfohelpers.cpp~ 2007-04-02 11:01:38.000000000 +0000
+++ src/userinfohelpers.cpp 2007-04-02 11:01:45.000000000 +0000
@@ -23,6 +23,8 @@
#include "sstream_fix.h"
+#include <cstdlib>
+
using std::vector;
using std::string;
using std::ostringstream;
--- src/socket.cpp.orig 2008-06-08 17:55:26.000000000 +0200
+++ src/socket.cpp 2008-06-08 17:55:57.000000000 +0200
@@ -19,6 +19,7 @@
*
*/
+#include <cstring>
#include "sstream_fix.h"
#include <algorithm>
--- src/Capabilities.cpp.orig 2008-06-08 18:04:34.000000000 +0200
+++ src/Capabilities.cpp 2008-06-08 18:05:15.000000000 +0200
@@ -19,6 +19,7 @@
*
*/
+#include <cstring>
#include <libicq2000/Capabilities.h>
using std::set;
|