From 7d9069032e59c0b6c5fffd9613b6cdbb3db3df84 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Mon, 10 Aug 2015 17:15:53 +0100 Subject: Add support for building the new 'ptformat' library with MSVC --- libs/ptformat/ptfformat.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libs/ptformat/ptfformat.h') diff --git a/libs/ptformat/ptfformat.h b/libs/ptformat/ptfformat.h index ff21191932..be7076dbfd 100644 --- a/libs/ptformat/ptfformat.h +++ b/libs/ptformat/ptfformat.h @@ -20,7 +20,9 @@ #include #include -class PTFFormat { +#include "ptformat/visibility.h" + +class LIBPTFORMAT_API PTFFormat { public: PTFFormat(); ~PTFFormat(); -- cgit v1.2.3