15 lines
637 B
C++
Executable File
15 lines
637 B
C++
Executable File
/*=============================================================================
|
|
Copyright (c) 2001-2007 Joel de Guzman
|
|
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
==============================================================================*/
|
|
#if !defined(BOOST_SPIRIT_STRING_FEB_03_2007_0355PM)
|
|
#define BOOST_SPIRIT_STRING_FEB_03_2007_0355PM
|
|
|
|
#include <boost/spirit/home/qi/string/lit.hpp>
|
|
#include <boost/spirit/home/qi/string/symbols.hpp>
|
|
#include <boost/spirit/home/qi/string/meta_grammar.hpp>
|
|
|
|
#endif
|