From f90c9c1d8160afd1cb8758ae4f714b714ebdc1a6 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 4 May 2019 11:39:03 +0100 Subject: Add missing include guard --- gentoobrowse-api/service/utils/git.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gentoobrowse-api/service/utils/git.h b/gentoobrowse-api/service/utils/git.h index d1e6336..bdae557 100644 --- a/gentoobrowse-api/service/utils/git.h +++ b/gentoobrowse-api/service/utils/git.h @@ -1,3 +1,6 @@ +#ifndef GENTOOBROWSE_API_SERVICE_MAINTENANCE_GIT_H +#define GENTOOBROWSE_API_SERVICE_MAINTENANCE_GIT_H + #include #include #include @@ -52,3 +55,5 @@ namespace std { std::ostream & operator<<(std::ostream &, const git_oid &); } +#endif + -- cgit v1.2.3