From 22b61759cd418077c2c70cbafc26c509bd585100 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Mon, 28 Jun 2021 09:39:31 +0200 Subject: [PATCH] WIP: pipeline --- include/connection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/connection.h b/include/connection.h index 1f451a3..5e39095 100644 --- a/include/connection.h +++ b/include/connection.h @@ -38,12 +38,12 @@ #include "caosdb/info/v1alpha1/main.grpc.pb.h" namespace grpc { class ChannelCredentials; -} +} // namespace grpc namespace caosdb { namespace info { namespace v1alpha1 { class VersionInfo; -} +} // namespace v1alpha1 } // namespace info } // namespace caosdb -- GitLab