fix missing boost header under linux
parent
9a0f973e71
commit
949efebe72
|
|
@ -27,6 +27,7 @@
|
||||||
#include <boost/bind.hpp>
|
#include <boost/bind.hpp>
|
||||||
#include <boost/range/adaptor/map.hpp>
|
#include <boost/range/adaptor/map.hpp>
|
||||||
#include <boost/range/algorithm.hpp>
|
#include <boost/range/algorithm.hpp>
|
||||||
|
#include <boost/make_shared.hpp>
|
||||||
|
|
||||||
class ExpressionFactorShallowTest;
|
class ExpressionFactorShallowTest;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue