From a2d65af1d060c4d0c743045c3ea67f369dca1a22 Mon Sep 17 00:00:00 2001 From: Martin Beseda <martin.beseda@vsb.cz> Date: Sun, 6 Jan 2019 09:39:12 +0100 Subject: [PATCH] ENH: Include path to exceptions.h shortened. --- src/NetConnection/ConnectionFunctionGeneral.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NetConnection/ConnectionFunctionGeneral.cpp b/src/NetConnection/ConnectionFunctionGeneral.cpp index 9637f4f6..5cbfdd22 100644 --- a/src/NetConnection/ConnectionFunctionGeneral.cpp +++ b/src/NetConnection/ConnectionFunctionGeneral.cpp @@ -8,7 +8,7 @@ #include <boost/serialization/export.hpp> #include "ConnectionFunctionGeneralSerialization.h" -#include "../exceptions.h" +#include "exceptions.h" BOOST_CLASS_EXPORT_IMPLEMENT(ConnectionFunctionGeneral); -- GitLab