mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-15 12:41:32 +00:00
786216c089
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8404 a592a061-630c-0410-9148-cb99ea01b6c8
14 lines
512 B
C++
14 lines
512 B
C++
// Permission to copy, use, modify,
|
|
// sell and distribute this software is granted provided this
|
|
// copyright notice appears in all copies. This software is provided
|
|
// "as is" without express or implied warranty, and with no claim as
|
|
// to its suitability for any purpose.
|
|
|
|
#ifndef BOOST_ITERATOR_ADAPTOR_13062003HK_HPP
|
|
#define BOOST_ITERATOR_ADAPTOR_13062003HK_HPP
|
|
|
|
#define BOOST_ITERATOR_ADAPTORS_VERSION 0x0200
|
|
#include <boost/iterator/iterator_adaptor.hpp>
|
|
|
|
#endif // BOOST_ITERATOR_ADAPTOR_13062003HK_HPP
|