From fd72f7f1ab0e93a4dd885323d0416938c6a4914e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 Nov 2016 14:44:46 +0200 Subject: Add missing export macro --- butl/diagnostics | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'butl/diagnostics') diff --git a/butl/diagnostics b/butl/diagnostics index 77f3f9c..b56ef10 100644 --- a/butl/diagnostics +++ b/butl/diagnostics @@ -11,13 +11,14 @@ #include // move(), forward() #include // uncaught_exception() +#include #include namespace butl { // Diagnostic facility base infrastructure. // - extern std::ostream* diag_stream; // std::cerr by default. + LIBBUTL_EXPORT extern std::ostream* diag_stream; // std::cerr by default. struct diag_record; template struct diag_prologue; @@ -25,7 +26,7 @@ namespace butl using diag_epilogue = void (const diag_record&); - struct diag_record + struct LIBBUTL_EXPORT diag_record { template friend const diag_record& -- cgit v1.1