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

(-)herdstat/util/misc.hh.orig (+2 lines)
Lines 34-39 Link Here
34
34
35
#include <string>
35
#include <string>
36
#include <map>
36
#include <map>
37
#include <algorithm>
38
#include <ctime>
37
39
38
enum color_name_T
40
enum color_name_T
39
{
41
{
(-)herdstat/util/string.hh.orig (+3 lines)
Lines 35-43 Link Here
35
#include <string>
35
#include <string>
36
#include <vector>
36
#include <vector>
37
#include <sstream>
37
#include <sstream>
38
#include <algorithm>
38
#include <cstdarg>
39
#include <cstdarg>
39
#include <cerrno>
40
#include <cerrno>
40
#include <cctype>
41
#include <cctype>
42
#include <cstdlib>
43
#include <climits>
41
#include <herdstat/exceptions.hh>
44
#include <herdstat/exceptions.hh>
42
45
43
namespace herdstat {
46
namespace herdstat {
(-)herdstat/exceptions.cc.orig (+2 lines)
Lines 27-32 Link Here
27
#include <string>
27
#include <string>
28
#include <cerrno>
28
#include <cerrno>
29
#include <cstdarg>
29
#include <cstdarg>
30
#include <cstdlib>
31
#include <cstring>
30
#include <herdstat/exceptions.hh>
32
#include <herdstat/exceptions.hh>
31
33
32
namespace herdstat {
34
namespace herdstat {
(-)herdstat/util/misc.cc.orig (+1 lines)
Lines 29-34 Link Here
29
#include <cstdlib>
29
#include <cstdlib>
30
#include <cstdarg>
30
#include <cstdarg>
31
#include <ctime>
31
#include <ctime>
32
#include <cstring>
32
#include <unistd.h>
33
#include <unistd.h>
33
34
34
#include <herdstat/exceptions.hh>
35
#include <herdstat/exceptions.hh>
(-)herdstat/portage/config.cc.orig (+1 lines)
Lines 24-29 Link Here
24
# include "config.h"
24
# include "config.h"
25
#endif
25
#endif
26
26
27
#include <cstring>
27
#include <herdstat/util/string.hh>
28
#include <herdstat/util/string.hh>
28
#include <herdstat/portage/config.hh>
29
#include <herdstat/portage/config.hh>
29
30

Return to bug 216269