diff options
| author | 2021-01-17 02:39:22 -0500 | |
|---|---|---|
| committer | 2021-01-17 02:39:24 -0500 | |
| commit | c61b9739681ccc5153a931f7cc94f7e1c2f8d93c (patch) | |
| tree | 7effd3167e42acc19efac3ea9a0bb6e5387a7a6a /src | |
| parent | Merge pull request #5740 from lioncash/const-fn (diff) | |
| download | yuzu-c61b9739681ccc5153a931f7cc94f7e1c2f8d93c.tar.gz yuzu-c61b9739681ccc5153a931f7cc94f7e1c2f8d93c.tar.xz yuzu-c61b9739681ccc5153a931f7cc94f7e1c2f8d93c.zip | |
vulkan_debug_callback: Add missing header guard
Prevents inclusion issues from occurring.
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/vulkan_common/vulkan_debug_callback.h | 2 |
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 @@ | |||
| 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 "video_core/vulkan_common/vulkan_wrapper.h" | 7 | #include "video_core/vulkan_common/vulkan_wrapper.h" |
| 6 | 8 | ||
| 7 | namespace Vulkan { | 9 | namespace Vulkan { |