load/vendor: add missing header for vector
This commit is contained in:
parent
c1b3671f85
commit
705196eb03
@ -6,9 +6,9 @@
|
||||
#include <cruft/util/library.hpp>
|
||||
#include <cruft/util/std.hpp>
|
||||
|
||||
#include <string>
|
||||
#include <filesystem>
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
namespace cruft::vk::load {
|
||||
|
Loading…
Reference in New Issue
Block a user