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 +#include 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 #include #include +#include namespace librealsense {