Explorar el Código

vk_command_pool: Add missing header guard

Lioncash hace 5 años
padre
commit
e0f2db4376
Se han modificado 1 ficheros con 2 adiciones y 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>