From e9860840e575e239f1552e2f96ba9d7b628d8e4b Mon Sep 17 00:00:00 2001 From: kaatrasa Date: Thu, 6 Jun 2024 12:50:03 +0300 Subject: [PATCH] Fix Windows build --- plugin/src/depthai.cpp | 1 + plugin/src/replay.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/plugin/src/depthai.cpp b/plugin/src/depthai.cpp index 76597d5..5f89cbb 100644 --- a/plugin/src/depthai.cpp +++ b/plugin/src/depthai.cpp @@ -3,6 +3,7 @@ #include #include #include +#include namespace { diff --git a/plugin/src/replay.cpp b/plugin/src/replay.cpp index 6862e42..2b77fc8 100644 --- a/plugin/src/replay.cpp +++ b/plugin/src/replay.cpp @@ -5,6 +5,7 @@ #include #include #include +#include spectacularAI::Replay* sai_replay_build( const char* folder,