From c4def7c814e0b4ebab1140249093e79ad6f29b27 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 17 Jun 2019 18:37:56 -0400 Subject: [PATCH] Common: Add missing header guards --- Source/Core/Common/GL/GLExtensions/GLExtensions.h | 2 ++ Source/Core/Common/VariantUtil.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Source/Core/Common/GL/GLExtensions/GLExtensions.h b/Source/Core/Common/GL/GLExtensions/GLExtensions.h index f1e258f98e..0c02745190 100644 --- a/Source/Core/Common/GL/GLExtensions/GLExtensions.h +++ b/Source/Core/Common/GL/GLExtensions/GLExtensions.h @@ -2,6 +2,8 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#pragma once + #include #include "Common/CommonTypes.h" diff --git a/Source/Core/Common/VariantUtil.h b/Source/Core/Common/VariantUtil.h index c865ad9681..e9e2987d9c 100644 --- a/Source/Core/Common/VariantUtil.h +++ b/Source/Core/Common/VariantUtil.h @@ -2,6 +2,8 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#pragma once + #include namespace detail