fix missing boost header under linux

release/4.3a0
Jing Dong 2015-05-06 12:02:46 -04:00
parent 9a0f973e71
commit 949efebe72
1 changed files with 1 additions and 0 deletions

View File

@ -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;