From 098559ca3552ebd8f80a6d28254f4fa58913b751 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 25 Jul 2016 08:56:48 +0200 Subject: Add DLL export/import support --- butl/pager | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'butl/pager') diff --git a/butl/pager b/butl/pager index 0414e0a..64a36ca 100644 --- a/butl/pager +++ b/butl/pager @@ -9,6 +9,8 @@ #include #include +#include + #include #include @@ -42,7 +44,7 @@ namespace butl // cerr << "pager error: " << e.what () << endl; // } // - class pager: protected std::streambuf + class LIBBUTL_EXPORT pager: protected std::streambuf { public: ~pager () {wait (true);} -- cgit v1.1