diff options
Diffstat (limited to 'libbutl/openssl.txx')
-rw-r--r-- | libbutl/openssl.txx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libbutl/openssl.txx b/libbutl/openssl.txx index dd8a470..29dc4b1 100644 --- a/libbutl/openssl.txx +++ b/libbutl/openssl.txx @@ -2,9 +2,7 @@ // copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file -#include <utility> // move(), forward() - -namespace butl +LIBBUTL_MODEXPORT namespace butl //@@ MOD Clang needs this for some reason. { template <typename I> typename std::enable_if<openssl::is_other<I>::value, I>::type openssl:: |