wave.hpp 926 B

1234567891011121314151617181920212223
  1. /*=============================================================================
  2. Boost.Wave: A Standard compliant C++ preprocessor library
  3. http://www.boost.org/
  4. See http://www.boost.org/libs/wave for documentation
  5. Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost
  6. Software License, Version 1.0. (See accompanying file
  7. LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  8. =============================================================================*/
  9. #if !defined(WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED)
  10. #define WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED
  11. #include <boost/wave/wave_config.hpp>
  12. #include <boost/wave/cpp_exceptions.hpp>
  13. #include <boost/wave/cpplexer/cpplexer_exceptions.hpp>
  14. #include <boost/wave/token_ids.hpp>
  15. #include <boost/wave/cpp_context.hpp>
  16. #endif // !defined(WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED)