Really fix compilation with boost <= 1.55. Closes #1716.
This commit is contained in:
parent
b7b8c3d251
commit
7794680c1e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
// We have to use the copy of pheonix within spirit if it exists, as the
|
// We have to use the copy of pheonix within spirit if it exists, as the
|
||||||
// standalone copy has different header guards
|
// standalone copy has different header guards
|
||||||
#ifdef HAVE_BOOST_PHOENIX_VERSION_HPP
|
#ifdef HAVE_BOOST_SPIRIT_HOME_PHOENIX_VERSION_HPP
|
||||||
#include <boost/spirit/home/phoenix/statement.hpp>
|
#include <boost/spirit/home/phoenix/statement.hpp>
|
||||||
#else
|
#else
|
||||||
#include <boost/phoenix/statement.hpp>
|
#include <boost/phoenix/statement.hpp>
|
||||||
|
|
Loading…
Reference in a new issue