blob: 01a0bbd9b0d32cce97731c2e9671e4d67e9a08a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
diff --git a/src/core/matcher-factory.cpp b/src/core/matcher-factory.cpp
index ea94209..580af62 100644
--- a/src/core/matcher-factory.cpp
+++ b/src/core/matcher-factory.cpp
@@ -6,6 +6,7 @@
#include "stream-interface.h"
#include <src/sync.h>
+#include <stdexcept>
namespace librealsense {
diff --git a/src/core/options-registry.cpp b/src/core/options-registry.cpp
index d22b142..68c62d5 100644
--- a/src/core/options-registry.cpp
+++ b/src/core/options-registry.cpp
@@ -7,6 +7,7 @@
#include <vector>
#include <mutex>
#include <map>
+#include <stdexcept>
namespace librealsense {
|