diff options
author | Lioncash <mathew1800@gmail.com> | 2020-07-21 00:42:17 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-07-21 00:42:19 -0400 |
commit | 059305a6bfb7fdc48ac5a78dadc1a0e1b8b98cc3 (patch) | |
tree | 118c832019dac49a2390b1d4756bb0da066395f2 /src | |
parent | ad0b2951250979549082fdef3ba4fd93a720b5df (diff) |
compatible_formats: Add missing header guard
Prevents potential inclusion issues from occurring.
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> |