Merge pull request #1 from jonasdeyson/jonas
Fix boost include error occurring in Ubuntu 16.04.metadata
commit
87816597b7
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue