diff options
| -rw-r--r-- | gentoobrowse-api/service/utils/git.h | 5 | 
1 files changed, 5 insertions, 0 deletions
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 <memory>  #include <git2.h>  #include <ostream> @@ -52,3 +55,5 @@ namespace std {  	std::ostream & operator<<(std::ostream &, const git_oid &);  } +#endif +  | 
