diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-01-11 10:35:08 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-01-11 10:35:08 +0100 |
commit | 473a50faa626678f35fac9e25492349b5a5bd02d (patch) | |
tree | f0e66588d6a1425c7bc3f0fd881febc6c64bf61d /tools | |
parent | d2991722b34fb597d34a3270cd4a806277c52da5 (diff) |
Fixed missing tools/toolsdllapi.h include
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/tools/resid.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/inc/tools/resid.hxx b/tools/inc/tools/resid.hxx index b8e6ce6ced34..96109dad338e 100644 --- a/tools/inc/tools/resid.hxx +++ b/tools/inc/tools/resid.hxx @@ -31,6 +31,7 @@ #include <tools/solar.h> #include <osl/diagnose.h> +#include "tools/toolsdllapi.h" struct RSHEADER_TYPE; typedef sal_uInt32 RESOURCE_TYPE; |