diff options
author | David <25727384+ogniK5377@users.noreply.github.com> | 2020-07-31 01:08:56 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-31 01:08:56 +1000 |
commit | 0c262f8ac2c600547b3c0de0f244e3441f08e4e6 (patch) | |
tree | db2987b1c4ad098031cbacce9649faca7af73fa3 /src | |
parent | 4c0f6f1bc861cf637093e07d41ae044ca4040b66 (diff) | |
parent | 059305a6bfb7fdc48ac5a78dadc1a0e1b8b98cc3 (diff) |
Merge pull request #4392 from lioncash/guard
compatible_formats: Add missing header guard
Diffstat (limited to 'src')
-rw-r--r-- | src/video_core/compatible_formats.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/compatible_formats.h b/src/video_core/compatible_formats.h index d1082566d..51766349b 100644 --- a/src/video_core/compatible_formats.h +++ b/src/video_core/compatible_formats.h @@ -2,6 +2,8 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#pragma once + #include <array> #include <bitset> #include <cstddef> |