summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid <25727384+ogniK5377@users.noreply.github.com>2020-07-30 17:08:56 +0200
committerGitHub <noreply@github.com>2020-07-30 17:08:56 +0200
commit0c262f8ac2c600547b3c0de0f244e3441f08e4e6 (patch)
treedb2987b1c4ad098031cbacce9649faca7af73fa3 /src
parentMerge pull request #4396 from lioncash/comma (diff)
parentcompatible_formats: Add missing header guard (diff)
downloadyuzu-0c262f8ac2c600547b3c0de0f244e3441f08e4e6.tar
yuzu-0c262f8ac2c600547b3c0de0f244e3441f08e4e6.tar.gz
yuzu-0c262f8ac2c600547b3c0de0f244e3441f08e4e6.tar.bz2
yuzu-0c262f8ac2c600547b3c0de0f244e3441f08e4e6.tar.lz
yuzu-0c262f8ac2c600547b3c0de0f244e3441f08e4e6.tar.xz
yuzu-0c262f8ac2c600547b3c0de0f244e3441f08e4e6.tar.zst
yuzu-0c262f8ac2c600547b3c0de0f244e3441f08e4e6.zip
Diffstat (limited to '')
-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 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
+#pragma once
+
#include <array>
#include <bitset>
#include <cstddef>