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

Fix several compile errors for gcc 12 on linux #1798

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/viewer/opengl/k4adepthpixelcolorizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
// System headers
//
#include <algorithm>
#include <limits>

// Library headers
//
Expand Down
2 changes: 1 addition & 1 deletion extern/azure_c_shared/src
Submodule src updated 217 files
1 change: 1 addition & 0 deletions tools/k4aviewer/k4amicrophonelistener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
// System headers
//
#include <regex>
#include <cstring>

// Library headers
//
Expand Down