blob: 1108aaa59ecae03382163e817cc5e9a0f930c900 [file] [log] [blame]
Jeff Thompsonef2d5a42013-08-22 19:09:24 -07001// Boost.Range library
2//
3// Copyright Neil Groves 2009.
4// Use, modification and distribution is subject to the Boost Software
5// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
6// http://www.boost.org/LICENSE_1_0.txt)
7//
8// For more information, see http://www.boost.org/libs/range/
9//
Jeff Thompson3d613fd2013-10-15 15:39:04 -070010#ifndef NDNBOOST_RANGE_ITERATOR_RANGE_HPP_INCLUDED
11#define NDNBOOST_RANGE_ITERATOR_RANGE_HPP_INCLUDED
Jeff Thompsonef2d5a42013-08-22 19:09:24 -070012
13#include "ndnboost/range/iterator_range_core.hpp"
14#include "ndnboost/range/iterator_range_io.hpp"
15
16#endif // include guard