Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 225387
Collapse All | Expand All

(-)src/userinfohelpers.cpp~ (+2 lines)
Lines 23-28 Link Here
23
23
24
#include "sstream_fix.h"
24
#include "sstream_fix.h"
25
25
26
#include <cstdlib>
27
26
using std::vector;
28
using std::vector;
27
using std::string;
29
using std::string;
28
using std::ostringstream;
30
using std::ostringstream;
(-)src/socket.cpp.orig (+1 lines)
Lines 19-24 Link Here
19
 *
19
 *
20
 */
20
 */
21
21
22
#include <cstring>
22
#include "sstream_fix.h"
23
#include "sstream_fix.h"
23
#include <algorithm>
24
#include <algorithm>
24
25
25
26
(-)src/Capabilities.cpp.orig (+1 lines)
Lines 19-24 Link Here
19
 *
19
 *
20
 */
20
 */
21
21
22
#include <cstring>
22
#include <libicq2000/Capabilities.h>
23
#include <libicq2000/Capabilities.h>
23
24
24
using std::set;
25
using std::set;

Return to bug 225387