|
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> |