Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Commit 01d3a68

Browse files
committed
Add missing includes for gcc 12
1 parent 45eb8cb commit 01d3a68

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

examples/viewer/opengl/k4adepthpixelcolorizer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// System headers
88
//
99
#include <algorithm>
10+
#include <limits>
1011

1112
// Library headers
1213
//

tools/k4aviewer/k4amicrophonelistener.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// System headers
99
//
1010
#include <regex>
11+
#include <cstring>
1112

1213
// Library headers
1314
//

0 commit comments

Comments
 (0)