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

(-)barry-0.12.orig/examples/addcalendar.cc (+1 lines)
Lines 24-29 Link Here
24
#include <time.h>
24
#include <time.h>
25
#include <barry/barry.h>
25
#include <barry/barry.h>
26
#include <iostream>
26
#include <iostream>
27
#include <cstring>
27
28
28
using namespace std;
29
using namespace std;
29
using namespace Barry;
30
using namespace Barry;
(-)barry-0.12.orig/src/controller.cc (-4 / +3 lines)
Lines 29-42 Link Here
29
#include "builder.h"
29
#include "builder.h"
30
#include "endian.h"
30
#include "endian.h"
31
#include "packet.h"
31
#include "packet.h"
32
#include <sstream>
33
#include <iomanip>
34
#include <cstring>
32
35
33
#define __DEBUG_MODE__
36
#define __DEBUG_MODE__
34
#include "debug.h"
37
#include "debug.h"
35
38
36
#include <sstream>
37
38
#include <iomanip>
39
40
namespace Barry {
39
namespace Barry {
41
40
42
//
41
//
(-)barry-0.12.orig/src/data.cc (+2 lines)
Lines 25-30 Link Here
25
#include <iomanip>
25
#include <iomanip>
26
#include <string>
26
#include <string>
27
#include <stdexcept>
27
#include <stdexcept>
28
#include <cstring>
29
#include <cstdlib>
28
30
29
//#define __DEBUG_MODE__
31
//#define __DEBUG_MODE__
30
#include "debug.h"
32
#include "debug.h"
(-)barry-0.12.orig/src/ldif.cc (+1 lines)
Lines 25-30 Link Here
25
#include <stdexcept>
25
#include <stdexcept>
26
#include <iostream>
26
#include <iostream>
27
#include <iomanip>
27
#include <iomanip>
28
#include <cstring>
28
29
29
#define __DEBUG_MODE__
30
#define __DEBUG_MODE__
30
#include "debug.h"
31
#include "debug.h"
(-)barry-0.12.orig/src/packet.cc (+1 lines)
Lines 30-35 Link Here
30
#include "parser.h"
30
#include "parser.h"
31
#include "builder.h"
31
#include "builder.h"
32
#include "error.h"
32
#include "error.h"
33
#include <cstring>
33
34
34
#define __DEBUG_MODE__
35
#define __DEBUG_MODE__
35
#include "debug.h"
36
#include "debug.h"
(-)barry-0.12.orig/src/r_calendar.cc (+1 lines)
Lines 31-36 Link Here
31
#include <iomanip>
31
#include <iomanip>
32
#include <time.h>
32
#include <time.h>
33
#include <stdexcept>
33
#include <stdexcept>
34
#include <cstring>
34
35
35
#define __DEBUG_MODE__
36
#define __DEBUG_MODE__
36
#include "debug.h"
37
#include "debug.h"
(-)barry-0.12.orig/src/r_task.cc (+1 lines)
Lines 28-33 Link Here
28
#include "debug.h"
28
#include "debug.h"
29
#include <ostream>
29
#include <ostream>
30
#include <iomanip>
30
#include <iomanip>
31
#include <cstring>
31
32
32
using namespace std;
33
using namespace std;
33
using namespace Barry::Protocol;
34
using namespace Barry::Protocol;
(-)barry-0.12.orig/src/record.cc (+1 lines)
Lines 36-41 Link Here
36
#include <iomanip>
36
#include <iomanip>
37
#include <time.h>
37
#include <time.h>
38
#include <stdexcept>
38
#include <stdexcept>
39
#include <cstring>
39
40
40
#define __DEBUG_MODE__
41
#define __DEBUG_MODE__
41
#include "debug.h"
42
#include "debug.h"
(-)barry-0.12.orig/src/socket.cc (-1 / +1 lines)
Lines 30-36 Link Here
30
#include "endian.h"
30
#include "endian.h"
31
#include <openssl/sha.h>
31
#include <openssl/sha.h>
32
#include <sstream>
32
#include <sstream>
33
33
#include <cstring>
34
34
35
using namespace Usb;
35
using namespace Usb;
36
36
(-)barry-0.12.orig/tools/btool.cc (+1 lines)
Lines 27-32 Link Here
27
#include <vector>
27
#include <vector>
28
#include <string>
28
#include <string>
29
#include <getopt.h>
29
#include <getopt.h>
30
#include <memory>
30
31
31
32
32
using namespace std;
33
using namespace std;
(-)barry-0.12.orig/tools/btranslate.cc (+3 lines)
Lines 17-22 Link Here
17
#include <iostream>
17
#include <iostream>
18
#include <iomanip>
18
#include <iomanip>
19
#include <sstream>
19
#include <sstream>
20
#include <cstdlib>
21
#include <cstring>
22
#include <climits>
20
23
21
using namespace std;
24
using namespace std;
22
25

Return to bug 228755