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

(-)bincimap-1.2.13final.orig/src/convert.cc (+2 lines)
Lines 37-46 Link Here
37
37
38
#include "convert.h"
38
#include "convert.h"
39
#include "io.h"
39
#include "io.h"
40
#include <string>
40
#include <string>
41
41
42
#include <cstring>
43
42
using namespace ::std;
44
using namespace ::std;
43
using namespace Binc;
45
using namespace Binc;
44
46
45
//------------------------------------------------------------------------
47
//------------------------------------------------------------------------
46
BincStream::BincStream(void)
48
BincStream::BincStream(void)
(-)bincimap-1.2.13final.orig/src/convert.h (+3 lines)
Lines 35-44 Link Here
35
#include <config.h>
35
#include <config.h>
36
#endif
36
#endif
37
37
38
#ifndef convert_h_included
38
#ifndef convert_h_included
39
#define convert_h_included
39
#define convert_h_included
40
#include <cstdlib>
40
#include <string>
41
#include <string>
41
#include <vector>
42
#include <vector>
42
#include <iomanip>
43
#include <iomanip>
43
#include <iostream>
44
#include <iostream>
44
45
Lines 46-55 Link Here
46
#include <sys/stat.h>
47
#include <sys/stat.h>
47
48
48
#include "address.h"
49
#include "address.h"
49
#include "depot.h"
50
#include "depot.h"
50
51
52
#include <cstring>
53
51
namespace Binc {
54
namespace Binc {
52
55
53
  //----------------------------------------------------------------------
56
  //----------------------------------------------------------------------
54
  inline std::string toString(int i_in)
57
  inline std::string toString(int i_in)
55
  {
58
  {
(-)bincimap-1.2.13final.orig/src/tools.cc (+3 lines)
Lines 33-45 Link Here
33
 */
33
 */
34
#ifdef HAVE_CONFIG_H
34
#ifdef HAVE_CONFIG_H
35
#include <config.h>
35
#include <config.h>
36
#endif
36
#endif
37
#include <errno.h>
37
#include <errno.h>
38
#include <cstdlib>
38
39
39
#include "tools.h"
40
#include "tools.h"
40
41
42
#include <cstring>
43
41
using namespace ::std;
44
using namespace ::std;
42
using namespace Binc;
45
using namespace Binc;
43
46
44
//------------------------------------------------------------------------
47
//------------------------------------------------------------------------
45
Tools::Tools(void)
48
Tools::Tools(void)

Return to bug 220727