Skip to content

Commit 0943a6d

Browse files
committed
Add missing include
Needed when compiling with gcc 15
1 parent 172c11e commit 0943a6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/frame-interface.h

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

55
#include <librealsense2/h/rs_frame.h>
66
#include <memory>
7+
#include <cstdint> // for uint8_t
78
#include <iosfwd>
89

910

0 commit comments

Comments
 (0)