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

(-)mapson-3.0.orig/extract-addresses.cc (+1 lines)
Lines 12-17 Link Here
12
#include "extract-addresses.hh"
12
#include "extract-addresses.hh"
13
#include "log.hh"
13
#include "log.hh"
14
#include "config.hh"
14
#include "config.hh"
15
#include <cstring>
15
16
16
using namespace std;
17
using namespace std;
17
18
(-)mapson-3.0.orig/libvarexp/search-and-replace.cc (+1 lines)
Lines 1-6 Link Here
1
#include <sys/types.h>
1
#include <sys/types.h>
2
#include <regex.h>
2
#include <regex.h>
3
#include "internal.hh"
3
#include "internal.hh"
4
#include <cstring>
4
5
5
namespace varexp
6
namespace varexp
6
    {
7
    {
(-)mapson-3.0.orig/RegExp/RegExp.hh (-1 / +1 lines)
Lines 8-14 Link Here
8
8
9
#include <stdexcept>
9
#include <stdexcept>
10
#include <vector>
10
#include <vector>
11
#include <string>
11
#include <cstring>
12
#include <memory>
12
#include <memory>
13
#include <sys/types.h>
13
#include <sys/types.h>
14
#include <regex.h>
14
#include <regex.h>
(-)mapson-3.0.orig/system-error/system-error.hh (-1 / +1 lines)
Lines 9-15 Link Here
9
// ISO C++ headers.
9
// ISO C++ headers.
10
#include <stdexcept>
10
#include <stdexcept>
11
#include <cerrno>
11
#include <cerrno>
12
#include <string>
12
#include <cstring>
13
13
14
struct system_error : public std::runtime_error
14
struct system_error : public std::runtime_error
15
    {
15
    {

Return to bug 251151