Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 565102 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/interfaces.h (+2 lines)
Lines 21-26 Link Here
21
#ifndef NCMPCPP_INTERFACES_H
21
#ifndef NCMPCPP_INTERFACES_H
22
#define NCMPCPP_INTERFACES_H
22
#define NCMPCPP_INTERFACES_H
23
23
24
#include <boost/iterator/iterator_facade.hpp>
25
using namespace boost::iterators::detail;
24
#include <boost/range/detail/any_iterator.hpp>
26
#include <boost/range/detail/any_iterator.hpp>
25
#include <boost/tuple/tuple.hpp>
27
#include <boost/tuple/tuple.hpp>
26
#include <string>
28
#include <string>
(-)a/src/menu.h (+2 lines)
Lines 23-28 Link Here
23
23
24
#include <boost/iterator/indirect_iterator.hpp>
24
#include <boost/iterator/indirect_iterator.hpp>
25
#include <boost/iterator/transform_iterator.hpp>
25
#include <boost/iterator/transform_iterator.hpp>
26
#include <boost/iterator/iterator_facade.hpp>
27
using namespace boost::iterators::detail;
26
#include <boost/range/detail/any_iterator.hpp>
28
#include <boost/range/detail/any_iterator.hpp>
27
#include <cassert>
29
#include <cassert>
28
#include <functional>
30
#include <functional>
(-)a/src/search_engine.cpp (+2 lines)
Lines 19-24 Link Here
19
 ***************************************************************************/
19
 ***************************************************************************/
20
20
21
#include <array>
21
#include <array>
22
#include <boost/iterator/iterator_facade.hpp>
23
using namespace boost::iterators::detail;
22
#include <boost/range/detail/any_iterator.hpp>
24
#include <boost/range/detail/any_iterator.hpp>
23
#include <iomanip>
25
#include <iomanip>
24
26
(-)a/src/song_list.h (+2 lines)
Lines 21-26 Link Here
21
#ifndef NCMPCPP_SONG_LIST_H
21
#ifndef NCMPCPP_SONG_LIST_H
22
#define NCMPCPP_SONG_LIST_H
22
#define NCMPCPP_SONG_LIST_H
23
23
24
#include <boost/iterator/iterator_facade.hpp>
25
using namespace boost::iterators::detail;
24
#include <boost/range/detail/any_iterator.hpp>
26
#include <boost/range/detail/any_iterator.hpp>
25
#include <boost/tuple/tuple.hpp>
27
#include <boost/tuple/tuple.hpp>
26
#include "menu.h"
28
#include "menu.h"

Return to bug 565102