summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar David2020-07-31 01:08:56 +1000
committerGravatar GitHub2020-07-31 01:08:56 +1000
commit0c262f8ac2c600547b3c0de0f244e3441f08e4e6 (patch)
treedb2987b1c4ad098031cbacce9649faca7af73fa3 /src
parentMerge pull request #4396 from lioncash/comma (diff)
parentcompatible_formats: Add missing header guard (diff)
downloadyuzu-0c262f8ac2c600547b3c0de0f244e3441f08e4e6.tar.gz
yuzu-0c262f8ac2c600547b3c0de0f244e3441f08e4e6.tar.xz
yuzu-0c262f8ac2c600547b3c0de0f244e3441f08e4e6.zip
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.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>