os/ossrv/ossrv_pub/boost_apis/boost/wave.hpp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
/*=============================================================================
sl@0
     2
    Boost.Wave: A Standard compliant C++ preprocessor library
sl@0
     3
sl@0
     4
    http://www.boost.org/
sl@0
     5
sl@0
     6
    Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost
sl@0
     7
    Software License, Version 1.0. (See accompanying file
sl@0
     8
    LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
sl@0
     9
=============================================================================*/
sl@0
    10
sl@0
    11
#if !defined(WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED)
sl@0
    12
#define WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED
sl@0
    13
sl@0
    14
#include <boost/wave/wave_config.hpp>
sl@0
    15
#include <boost/wave/cpp_exceptions.hpp>
sl@0
    16
#include <boost/wave/cpplexer/cpplexer_exceptions.hpp>
sl@0
    17
sl@0
    18
#include <boost/wave/token_ids.hpp>
sl@0
    19
#include <boost/wave/cpp_context.hpp>
sl@0
    20
sl@0
    21
#endif // !defined(WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED)