diff options
Diffstat (limited to 'helpcompiler/inc/HelpLinker.hxx')
-rw-r--r-- | helpcompiler/inc/HelpLinker.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/helpcompiler/inc/HelpLinker.hxx b/helpcompiler/inc/HelpLinker.hxx index 6b338e1eb1e4..076141e39b92 100644 --- a/helpcompiler/inc/HelpLinker.hxx +++ b/helpcompiler/inc/HelpLinker.hxx @@ -21,8 +21,10 @@ #define INCLUDED_HELPCOMPILER_INC_HELPLINKER_HXX #include <memory> +#include <vector> #include <helpcompiler/dllapi.h> -#include <libxslt/transform.h> +#include "HelpCompiler.hxx" +#include <libxslt/xsltInternals.h> #ifdef AIX # undef _THREAD_SAFE |