1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-04-02 16:20:08 +00:00

vk_command_pool: Add missing header guard

This commit is contained in:
Lioncash 2020-09-25 00:12:45 -04:00
parent 4d4afc1502
commit e0f2db4376

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