mirror of https://github.com/odrling/Aegisub
Really fix compilation with boost <= 1.55. Closes #1716.
This commit is contained in:
parent
b7b8c3d251
commit
7794680c1e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue