diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/swdll.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/inc/swdll.hxx b/sw/inc/swdll.hxx index 707a2560a212..9f5dddfb77b7 100644 --- a/sw/inc/swdll.hxx +++ b/sw/inc/swdll.hxx @@ -22,6 +22,8 @@ #include <sfx2/sfxdefs.hxx> #include <sfx2/module.hxx> +#include <swdllapi.h> + namespace sw { class Filters; } /** @@ -31,7 +33,7 @@ namespace sw { class Filters; } */ namespace SwGlobals { - void ensure(); + void SW_DLLPUBLIC ensure(); sw::Filters & getFilters(); } |