Skip to content

Commit

Permalink
when use ssl will depend on boost.filesystem.
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Aug 10, 2020
1 parent dc105f4 commit 6cf1ca8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/use_asio.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ using string_view = boost::string_view;
#endif
#endif

#ifdef CINATRA_ENABLE_SSL
#if __cplusplus > 201402L
#if defined (__GNUC__)
#if __GNUC__ < 8
Expand All @@ -62,3 +63,4 @@ namespace rpcfs = boost::filesystem;
#include <boost/filesystem.hpp>
namespace rpcfs = boost::filesystem;
#endif
#endif

0 comments on commit 6cf1ca8

Please sign in to comment.