Skip to content

Commit cbb3f7c

Browse files
authored
PR #14483 from brianferri: Add missing includes
2 parents 984a5e8 + 77aa2ca commit cbb3f7c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/linux/backend-hid.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include <limits.h>
99
#include <list>
10+
#include <fstream>
1011

1112
namespace librealsense
1213
{

third-party/rsutils/src/network-adapter-watcher.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <unistd.h>
2323
#include <errno.h>
2424
#include <poll.h>
25+
#include <thread>
2526

2627
#endif
2728
#endif // ! __APPLE__ && ! __ANDROID__

0 commit comments

Comments
 (0)