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

(-)burn-0.1.0-pre21_orig/adaptor.h (+1 lines)
Lines 8-13 Link Here
8
#ifndef VDR_BURN_ADAPTOR_H
8
#ifndef VDR_BURN_ADAPTOR_H
9
#define VDR_BURN_ADAPTOR_H
9
#define VDR_BURN_ADAPTOR_H
10
10
11
#include <algorithm>
11
#include <iterator>
12
#include <iterator>
12
#include <vdr/epg.h>
13
#include <vdr/epg.h>
13
#include <vdr/tools.h>
14
#include <vdr/tools.h>
(-)burn-0.1.0-pre21_orig/filter.h (+1 lines)
Lines 9-14 Link Here
9
#define VDR_BURN_FILTER_H
9
#define VDR_BURN_FILTER_H
10
10
11
#include "common.h"
11
#include "common.h"
12
#include <algorithm>
12
#include <iterator>
13
#include <iterator>
13
14
14
namespace vdr_burn
15
namespace vdr_burn
(-)burn-0.1.0-pre21_orig/iconvwrapper.c (+4 lines)
Lines 6-11 Link Here
6
 */
6
 */
7
7
8
#include "iconvwrapper.h"
8
#include "iconvwrapper.h"
9
10
#include <stdlib.h>
11
#include <string.h>
12
9
#include <cerrno>
13
#include <cerrno>
10
#include <sstream>
14
#include <sstream>
11
15
(-)burn-0.1.0-pre21_orig/menuitems.h (+1 lines)
Lines 18-23 Link Here
18
#include <memory>
18
#include <memory>
19
#include <string>
19
#include <string>
20
#include <vector>
20
#include <vector>
21
#include <limits>
21
#include "boost/bind.hpp"
22
#include "boost/bind.hpp"
22
#include <vdr/menuitems.h>
23
#include <vdr/menuitems.h>
23
24
(-)burn-0.1.0-pre21_orig/proctools/logger.cc (+3 lines)
Lines 1-6 Link Here
1
#include "logger.h"
1
#include "logger.h"
2
#include "functions.h"
2
#include "functions.h"
3
#include "format.h"
3
#include "format.h"
4
5
#include <string.h>
6
4
#include <functional>
7
#include <functional>
5
#include <iterator>
8
#include <iterator>
6
#include <sstream>
9
#include <sstream>

Return to bug 227161