fix doc example typo
[boost.git] / boost / wave.hpp
blob7605ab8533b539b5aaa5bd1c5d7346f6a5266500
1 /*=============================================================================
2 Boost.Wave: A Standard compliant C++ preprocessor library
4 http://www.boost.org/
6 See http://www.boost.org/libs/wave for documentation
8 Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
9 Software License, Version 1.0. (See accompanying file
10 LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
11 =============================================================================*/
13 #if !defined(WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED)
14 #define WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED
16 #include <boost/wave/wave_config.hpp>
17 #include <boost/wave/cpp_exceptions.hpp>
18 #include <boost/wave/cpplexer/cpplexer_exceptions.hpp>
20 #include <boost/wave/token_ids.hpp>
21 #include <boost/wave/cpp_context.hpp>
23 #endif // !defined(WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED)