Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
kaatrasa committed Jun 6, 2024
1 parent 194e4f9 commit e986084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugin/src/depthai.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <string>
#include <depthai/depthai.hpp>
#include <cassert>
#include <stdexcept>

namespace {

Expand Down
1 change: 1 addition & 0 deletions plugin/src/replay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <cassert>
#include <memory>
#include <spectacularAI/replay.hpp>
#include <stdexcept>

spectacularAI::Replay* sai_replay_build(
const char* folder,
Expand Down

0 comments on commit e986084

Please sign in to comment.