From 8a0872f2ee5c998332698938d7881d75627b36d7 Mon Sep 17 00:00:00 2001 From: Fabian Reister <fabian.reister@kit.edu> Date: Tue, 1 Jun 2021 08:18:34 +0200 Subject: [PATCH] fix: ScopedClient: missing header guard --- source/RobotAPI/components/ArViz/Client/ScopedClient.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/RobotAPI/components/ArViz/Client/ScopedClient.h b/source/RobotAPI/components/ArViz/Client/ScopedClient.h index 78adbcab3..4a799efda 100644 --- a/source/RobotAPI/components/ArViz/Client/ScopedClient.h +++ b/source/RobotAPI/components/ArViz/Client/ScopedClient.h @@ -19,6 +19,8 @@ * GNU General Public License */ +#pragma once + #include <set> #include "Client.h" -- GitLab