From 27953bd75810474672927e82d8e5099efdf491e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Mon, 29 Oct 2018 16:30:50 +0100 Subject: [PATCH] Add missing include guards --- Version.h | 2 ++ include/vstd/StringUtils.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Version.h b/Version.h index 5d970a66e..93adced57 100644 --- a/Version.h +++ b/Version.h @@ -1,3 +1,5 @@ +#pragma once + namespace GameConstants { extern const char GIT_SHA1[]; diff --git a/include/vstd/StringUtils.h b/include/vstd/StringUtils.h index a9b2a3578..d679a8704 100644 --- a/include/vstd/StringUtils.h +++ b/include/vstd/StringUtils.h @@ -1,3 +1,5 @@ +#pragma once + namespace vstd {