file_sys/kernel_executable: Add missing <string> include
This commit is contained in:
parent
ae028ddf22
commit
4a6a73e887
|
@ -5,6 +5,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <array>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "common/common_funcs.h"
|
||||
|
|
Reference in New Issue