From e517ebceebb4e70401b3259856d9bea0be59a4db Mon Sep 17 00:00:00 2001 From: Martin Beseda <martin.beseda@vsb.cz> Date: Sun, 6 Jan 2019 09:37:32 +0100 Subject: [PATCH] ENH: Include path to exceptions.h shortened. --- src/General/ExprtkWrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/ExprtkWrapper.cpp b/src/General/ExprtkWrapper.cpp index 81a73659..6b9ac858 100644 --- a/src/General/ExprtkWrapper.cpp +++ b/src/General/ExprtkWrapper.cpp @@ -10,7 +10,7 @@ #include "exprtk.hpp" #include "ExprtkWrapper.h" #include "ExprtkWrapperSerialization.h" -#include "../../exceptions.h" +#include "exceptions.h" BOOST_CLASS_EXPORT_IMPLEMENT(ExprtkWrapper); -- GitLab