Chris@16: // Copyright (c) 2001-2011 Hartmut Kaiser Chris@16: // Chris@16: // Distributed under the Boost Software License, Version 1.0. (See accompanying Chris@16: // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: #if !defined(BOOST_SPIRIT_LEX_LEXERTL_MAR_17_2007_1008PM) Chris@16: #define BOOST_SPIRIT_LEX_LEXERTL_MAR_17_2007_1008PM Chris@16: Chris@16: #if defined(_MSC_VER) Chris@16: #pragma once Chris@16: #endif Chris@16: Chris@16: // These includes make available everything needed to use lexertl either Chris@16: // standalone or as a lexer component for spirit::qi Chris@16: #include Chris@16: #include Chris@16: Chris@16: #endif