Skip to content

Commit e986084

Browse files
committed
Fix Windows build
1 parent 194e4f9 commit e986084

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

plugin/src/depthai.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <string>
44
#include <depthai/depthai.hpp>
55
#include <cassert>
6+
#include <stdexcept>
67

78
namespace {
89

plugin/src/replay.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <cassert>
66
#include <memory>
77
#include <spectacularAI/replay.hpp>
8+
#include <stdexcept>
89

910
spectacularAI::Replay* sai_replay_build(
1011
const char* folder,

0 commit comments

Comments
 (0)