Fix codegen build issues.

This commit is contained in:
Mirza Halilcevic
2024-09-25 09:00:39 +00:00
parent d43cd4ad32
commit eaeb3dacec

View File

@@ -10,8 +10,9 @@ namespace rtc {
struct src_file
{
src_file(std::filesystem::path p, std::string c) : path{std::move(p)}, content{std::move(c)} {}
CK::fs::path path;
std::string_view content;
std::string content;
};
struct compile_options