From 7794680c1e9f54d6dd67ba648a552c707ae774fe Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 14 Mar 2014 07:14:13 -0700 Subject: [PATCH] Really fix compilation with boost <= 1.55. Closes #1716. --- libaegisub/common/parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libaegisub/common/parser.cpp b/libaegisub/common/parser.cpp index a0ed8a0f0..f1d330529 100644 --- a/libaegisub/common/parser.cpp +++ b/libaegisub/common/parser.cpp @@ -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 #else #include