diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-04-27 20:48:29 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-04-29 18:30:00 +0200 |
commit | 4a7dcee7456495b03382aff7b04afa4ddfc74444 (patch) | |
tree | aecc5ec845487f026408601c5ed59542c2aee891 /rsc | |
parent | 0acd47f68e3efb46dafd866ee95497da818fa34f (diff) |
Clean up tools/link.hxx
Change-Id: I44e4abb228394f99109f7d7e005cfeb26e4b95c1
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/inc/rscdef.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rsc/inc/rscdef.hxx b/rsc/inc/rscdef.hxx index 069701298421..f6d378d14db6 100644 --- a/rsc/inc/rscdef.hxx +++ b/rsc/inc/rscdef.hxx @@ -19,6 +19,9 @@ #ifndef INCLUDED_RSC_INC_RSCDEF_HXX #define INCLUDED_RSC_INC_RSCDEF_HXX +#include <sal/config.h> + +#include <tools/solar.h> #include <tools/unqidx.hxx> #include <rsctree.hxx> #include <rtl/strbuf.hxx> |