summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-01-17 00:16:12 -0800
committerGitHub <noreply@github.com>2021-01-17 00:16:12 -0800
commite1ecf64701810b3514fb004eaa8f77bdc3a492d1 (patch)
tree7effd3167e42acc19efac3ea9a0bb6e5387a7a6a /src
parent0e0fc071355e6ec1e91b74d277bd0a397656dede (diff)
parentc61b9739681ccc5153a931f7cc94f7e1c2f8d93c (diff)
Merge pull request #5744 from lioncash/header-guard
vulkan_debug_callback: Add missing header guard
Diffstat (limited to 'src')
-rw-r--r--src/video_core/vulkan_common/vulkan_debug_callback.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/vulkan_common/vulkan_debug_callback.h b/src/video_core/vulkan_common/vulkan_debug_callback.h
index 2efcd244c..b0519f132 100644
--- a/src/video_core/vulkan_common/vulkan_debug_callback.h
+++ b/src/video_core/vulkan_common/vulkan_debug_callback.h
@@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
+#pragma once
+
#include "video_core/vulkan_common/vulkan_wrapper.h"
namespace Vulkan {