summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Lioncash2020-07-21 00:42:17 -0400
committerGravatar Lioncash2020-07-21 00:42:19 -0400
commit059305a6bfb7fdc48ac5a78dadc1a0e1b8b98cc3 (patch)
tree118c832019dac49a2390b1d4756bb0da066395f2 /src
parentMerge pull request #4376 from ogniK5377/dark-wait-tree (diff)
downloadyuzu-059305a6bfb7fdc48ac5a78dadc1a0e1b8b98cc3.tar.gz
yuzu-059305a6bfb7fdc48ac5a78dadc1a0e1b8b98cc3.tar.xz
yuzu-059305a6bfb7fdc48ac5a78dadc1a0e1b8b98cc3.zip
compatible_formats: Add missing header guard
Prevents potential inclusion issues from occurring.
Diffstat (limited to 'src')
-rw-r--r--src/video_core/compatible_formats.h2
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 @@
2// Licensed under GPLv2 or any later version 2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#pragma once
6
5#include <array> 7#include <array>
6#include <bitset> 8#include <bitset>
7#include <cstddef> 9#include <cstddef>