adopted to the newer boost versions.
This commit is contained in:
parent
f3414f687c
commit
e3c2149847
@ -33,7 +33,7 @@
|
|||||||
#include "PExpression.hpp"
|
#include "PExpression.hpp"
|
||||||
#include "PErrorHandler.hpp"
|
#include "PErrorHandler.hpp"
|
||||||
#include "PAnnotation.hpp"
|
#include "PAnnotation.hpp"
|
||||||
#include <boost/spirit/include/phoenix_function.hpp>
|
#include <boost/phoenix/function.hpp>
|
||||||
|
|
||||||
namespace mupp { namespace parser
|
namespace mupp { namespace parser
|
||||||
{
|
{
|
||||||
|
@ -42,9 +42,9 @@
|
|||||||
|
|
||||||
#include <boost/function.hpp>
|
#include <boost/function.hpp>
|
||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
#include <boost/spirit/include/phoenix_core.hpp>
|
#include <boost/phoenix/core.hpp>
|
||||||
#include <boost/spirit/include/phoenix_function.hpp>
|
#include <boost/phoenix/function.hpp>
|
||||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
#include <boost/phoenix/operator.hpp>
|
||||||
|
|
||||||
namespace mupp { namespace prog {
|
namespace mupp { namespace prog {
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#include "PExpression.hpp"
|
#include "PExpression.hpp"
|
||||||
#include "PErrorHandler.hpp"
|
#include "PErrorHandler.hpp"
|
||||||
#include "PAnnotation.hpp"
|
#include "PAnnotation.hpp"
|
||||||
#include <boost/spirit/include/phoenix_function.hpp>
|
#include <boost/phoenix/function.hpp>
|
||||||
|
|
||||||
namespace mupp { namespace parser
|
namespace mupp { namespace parser
|
||||||
{
|
{
|
||||||
|
@ -42,9 +42,9 @@
|
|||||||
|
|
||||||
#include <boost/function.hpp>
|
#include <boost/function.hpp>
|
||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
#include <boost/spirit/include/phoenix_core.hpp>
|
#include <boost/phoenix/core.hpp>
|
||||||
#include <boost/spirit/include/phoenix_function.hpp>
|
#include <boost/phoenix/function.hpp>
|
||||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
#include <boost/phoenix/operator.hpp>
|
||||||
|
|
||||||
namespace mupp { namespace prog {
|
namespace mupp { namespace prog {
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user