prebuilt_beast.cc
1 #include <boost/version.hpp>
2 
3 #if BOOST_VERSION >= 107000
4 # include <boost/beast/src.hpp>
5 #endif