adopted to the newer boost versions.

This commit is contained in:
suter_a 2022-11-07 09:47:50 +01:00
parent f3414f687c
commit e3c2149847
4 changed files with 8 additions and 8 deletions

View File

@ -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
{ {

View File

@ -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 {
/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////

View File

@ -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
{ {

View File

@ -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 {
/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////