From 426265b91d4533b7aa16d53124ad9b5d0a6862d6 Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Mon, 19 May 2014 22:14:31 +0200 Subject: Implemented external "resolve-include" function * resolves paths provided as strings against include paths provided through the newly created "--include" argument of the test executable * this was implemented to enable central collections of XSLT libraries simmilar to how there are C headers in "/usr/include" --- src/plattform_guard.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/plattform_guard.h') diff --git a/src/plattform_guard.h b/src/plattform_guard.h index 12b19f0..f6abcba 100644 --- a/src/plattform_guard.h +++ b/src/plattform_guard.h @@ -1,10 +1,13 @@ #ifndef INPUTXSLT_SRC_PLATTFORM_GUARD_H_ #define INPUTXSLT_SRC_PLATTFORM_GUARD_H_ +#include +#include + namespace InputXSLT { struct PlattformGuard { - PlattformGuard(); + PlattformGuard(const std::vector&); ~PlattformGuard(); }; -- cgit v1.2.3