diff --git a/include/use_asio.hpp b/include/use_asio.hpp index 3495274..3ca808e 100644 --- a/include/use_asio.hpp +++ b/include/use_asio.hpp @@ -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 @@ -62,3 +63,4 @@ namespace rpcfs = boost::filesystem; #include namespace rpcfs = boost::filesystem; #endif +#endif