From d10a71f06d7e183c4d0f66f5b0f985d4d1b3988b Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sun, 17 May 2026 15:36:57 -0500 Subject: [PATCH] [studio] Add missing include --- .../applib/src/subcommands/change-format/change-format.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/olympic/studio/applib/src/subcommands/change-format/change-format.hpp b/src/olympic/studio/applib/src/subcommands/change-format/change-format.hpp index 7fc1f695..2f1aa93b 100644 --- a/src/olympic/studio/applib/src/subcommands/change-format/change-format.hpp +++ b/src/olympic/studio/applib/src/subcommands/change-format/change-format.hpp @@ -4,6 +4,8 @@ #pragma once +#include + namespace studio { ox::Error cmdChangeFormat(Project &project, ox::SpanView args) noexcept;