Put all necessary headers into XSLT.hpp

This commit is contained in:
Jez Higgins 2012-11-20 08:43:13 +00:00
parent f837aa99e1
commit bdc7db5da8

View file

@ -1,6 +1,10 @@
#ifndef ARABICA_XSLT_XSLT_HPP
#define ARABICA_XSLT_XSLT_HPP
#include <XSLT/impl/xslt_stylesheet_compiler.hpp>
#endif
#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