mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-30 08:38:15 +01:00
Put all necessary headers into XSLT.hpp
This commit is contained in:
parent
f837aa99e1
commit
bdc7db5da8
1 changed files with 10 additions and 6 deletions
|
@ -1,6 +1,10 @@
|
|||
#ifndef ARABICA_XSLT_XSLT_HPP
|
||||
#define ARABICA_XSLT_XSLT_HPP
|
||||
|
||||
#include <SAX/InputSource.hpp>
|
||||
#include <SAX/Attributes.hpp>
|
||||
#include <DOM/SAX2DOM/SAX2DOM.hpp>
|
||||
#include <DOM/io/Stream.hpp>
|
||||
#include <XSLT/impl/xslt_stylesheet_compiler.hpp>
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue