Skip to content

Commit 35c5bbd

Browse files
committed
fix win ci
1 parent 555520b commit 35c5bbd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/visualizer/gui/sequencer_ui_manager.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include "io/loader.hpp"
1616
#include "sequencer/rml_sequencer_panel.hpp"
1717
#include "sequencer/sequencer_controller.hpp"
18+
#include <core/export.hpp>
1819
#include <atomic>
1920
#include <chrono>
2021
#include <condition_variable>
@@ -66,7 +67,7 @@ namespace lfs::vis {
6667
[[nodiscard]] float preferredFloatingHeight() const;
6768
// Serialized status of the active PLY sequence (empty when inactive).
6869
// Used by MCP tooling to verify playback/scrub behaviour.
69-
[[nodiscard]] std::string plyPlayerStatusJson() const;
70+
[[nodiscard]] LFS_VIS_API std::string plyPlayerStatusJson() const;
7071

7172
private:
7273
void renderSequencerPanel(const UIContext& ctx, const ViewportLayout& viewport,

0 commit comments

Comments
 (0)