Merge pull request #1 from jonasdeyson/jonas

Fix boost include error occurring in Ubuntu 16.04.
metadata
Wenzel Jakob 2016-04-26 22:51:24 +01:00
commit 87816597b7
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include <boost/spirit/home/qi/numeric/real.hpp>
#include <boost/version.hpp>
#if BOOST_VERSION >= 106000
#if BOOST_VERSION >= 105800
#include <boost/phoenix/bind/bind_member_variable.hpp>
#include <boost/phoenix/bind/bind_member_function.hpp>
#include <boost/phoenix/statement/if.hpp>