Skip to content

Commit

Permalink
Common: Add missing header guards
Browse files Browse the repository at this point in the history
  • Loading branch information
lioncash committed Jun 17, 2019
1 parent b3525ad commit c4def7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/Common/GL/GLExtensions/GLExtensions.h
Expand Up @@ -2,6 +2,8 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <string>

#include "Common/CommonTypes.h"
Expand Down
2 changes: 2 additions & 0 deletions Source/Core/Common/VariantUtil.h
Expand Up @@ -2,6 +2,8 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <variant>

namespace detail
Expand Down

0 comments on commit c4def7c

Please sign in to comment.