From de08bd6c8a9b8ec3f0627a028c319446d0a09bc7 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Sat, 26 Sep 2020 15:33:24 +0200 Subject: [PATCH] small include fix --- datapoollocal/LocalPoolVector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datapoollocal/LocalPoolVector.h b/datapoollocal/LocalPoolVector.h index 69df192cc..57c4b90b4 100644 --- a/datapoollocal/LocalPoolVector.h +++ b/datapoollocal/LocalPoolVector.h @@ -194,7 +194,7 @@ private: }; -#include "../datapoollocal/LocalPoolVector.tpp" +#include "LocalPoolVector.tpp" template using lp_vec_t = LocalPoolVector;