Explorar o código

vk_command_pool: Add missing header guard

Lioncash %!s(int64=5) %!d(string=hai) anos
pai
achega
e0f2db4376
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/video_core/renderer_vulkan/vk_command_pool.h

+ 2 - 0
src/video_core/renderer_vulkan/vk_command_pool.h

@@ -2,6 +2,8 @@
 // Licensed under GPLv2 or any later version
 // Refer to the license.txt file included.
 
+#pragma once
+
 #include <cstddef>
 #include <vector>