Really fix compilation with boost <= 1.55. Closes #1716.

This commit is contained in:
Thomas Goyne 2014-03-14 07:14:13 -07:00
parent b7b8c3d251
commit 7794680c1e
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
// We have to use the copy of pheonix within spirit if it exists, as the
// 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>
#else
#include <boost/phoenix/statement.hpp>