Sfoglia il codice sorgente

vk_command_pool: Add missing header guard

Lioncash 5 anni fa
parent
commit
e0f2db4376
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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>