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

View File

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