From fe907ca625657dce0e2f08f2129cf36c840602d3 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 30 Oct 2023 12:21:43 +0100 Subject: serve api config: Fix missing header guard --- src/buildtool/serve_api/remote/config.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/buildtool/serve_api/remote/config.hpp') diff --git a/src/buildtool/serve_api/remote/config.hpp b/src/buildtool/serve_api/remote/config.hpp index 6ea927cb..02461167 100644 --- a/src/buildtool/serve_api/remote/config.hpp +++ b/src/buildtool/serve_api/remote/config.hpp @@ -12,6 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +#ifndef INCLUDED_SRC_BUILDTOOL_SERVE_API_REMOTE_CONFIG_HPP +#define INCLUDED_SRC_BUILDTOOL_SERVE_API_REMOTE_CONFIG_HPP + #include #include #include @@ -62,3 +65,5 @@ class RemoteServeConfig { // Known Git repositories to serve server. std::vector repositories_{}; }; + +#endif // INCLUDED_SRC_BUILDTOOL_SERVE_API_REMOTE_CONFIG_HPP -- cgit v1.2.3