Merge pull request #5744 from lioncash/header-guard

vulkan_debug_callback: Add missing header guard
This commit is contained in:
bunnei 2021-01-17 00:16:12 -08:00 committed by GitHub
commit e1ecf64701
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {