[studio] Add missing include
Build / build (push) Failing after 1m6s

This commit is contained in:
2026-05-17 15:36:57 -05:00
parent 9593e7eef9
commit d10a71f06d
@@ -4,6 +4,8 @@
#pragma once #pragma once
#include <studio/project.hpp>
namespace studio { namespace studio {
ox::Error cmdChangeFormat(Project &project, ox::SpanView<ox::CString> args) noexcept; ox::Error cmdChangeFormat(Project &project, ox::SpanView<ox::CString> args) noexcept;