Skip to content

Commit

Permalink
Fix missing C++17 headers
Browse files Browse the repository at this point in the history
  • Loading branch information
rurban committed Apr 18, 2024
1 parent 43133ff commit d8d2b57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/fw-logs/fw-logs-formatting-options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <rsutils/string/from.h>

#include <sstream>
#include <stdint.h>

namespace librealsense
{
Expand Down
1 change: 1 addition & 0 deletions src/fw-logs/fw-logs-formatting-options.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "../../common/android_helpers.h"
#endif

#include <stdint.h>

namespace librealsense
{
Expand Down

0 comments on commit d8d2b57

Please sign in to comment.