Skip to content

Commit 4055aea

Browse files
committed
fix: add missing include
1 parent 185a9c2 commit 4055aea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/host/cpp/ThreadsafeFunction.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "ThreadsafeFunction.hpp"
22
#include <unordered_map>
33
#include "Logger.hpp"
4+
#include "RuntimeNodeApi.hpp"
45

56
// Global registry to map unique IDs to ThreadSafeFunction instances.
67
// We use IDs instead of raw pointers to avoid any use-after-free issues.

0 commit comments

Comments
 (0)