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_STATIC_LEXERTL_FEB_11_2008_1045AM) Chris@16: #define BOOST_SPIRIT_LEX_STATIC_LEXERTL_FEB_11_2008_1045AM 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