From bdc7db5da858323d1d338f7b936413349d011266 Mon Sep 17 00:00:00 2001 From: Jez Higgins Date: Tue, 20 Nov 2012 08:43:13 +0000 Subject: [PATCH] Put all necessary headers into XSLT.hpp --- include/XSLT/XSLT.hpp | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/include/XSLT/XSLT.hpp b/include/XSLT/XSLT.hpp index d867c69a..8d8f7432 100644 --- a/include/XSLT/XSLT.hpp +++ b/include/XSLT/XSLT.hpp @@ -1,6 +1,10 @@ -#ifndef ARABICA_XSLT_XSLT_HPP -#define ARABICA_XSLT_XSLT_HPP - -#include - -#endif +#ifndef ARABICA_XSLT_XSLT_HPP +#define ARABICA_XSLT_XSLT_HPP + +#include +#include +#include +#include +#include + +#endif