16 lines
700 B
C++
16 lines
700 B
C++
// ----------------------------------------------------------------------------
|
|
// Copyright (C) 2002-2005 Marcin Kalicinski
|
|
//
|
|
// Distributed under the Boost Software License, Version 1.0.
|
|
// (See accompanying file LICENSE_1_0.txt or copy at
|
|
// http://www.boost.org/LICENSE_1_0.txt)
|
|
//
|
|
// For more information, see www.boost.org
|
|
// ----------------------------------------------------------------------------
|
|
#ifndef BOOST_PROPERTY_TREE_PTREE_HPP_INCLUDED
|
|
#define BOOST_PROPERTY_TREE_PTREE_HPP_INCLUDED
|
|
|
|
#include <boost/property_tree/detail/ptree_interface.hpp>
|
|
#include <boost/property_tree/detail/ptree_implementation.hpp>
|
|
|
|
#endif
|