Skip to content
Merged
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 src/linyaps_box/utils/platform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
#include <csignal>
#include <cstring>
#include <stdexcept>
#include <unordered_map>

Check warning on line 13 in src/linyaps_box/utils/platform.cpp

View workflow job for this annotation

GitHub Actions / cppcheck

Include file: <unordered_map> not found. Please note: Cppcheck does not need standard library headers to get proper results.

#include <sys/resource.h>

Check warning on line 15 in src/linyaps_box/utils/platform.cpp

View workflow job for this annotation

GitHub Actions / cppcheck

Include file: <sys/resource.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
#include <unistd.h>

Check warning on line 16 in src/linyaps_box/utils/platform.cpp

View workflow job for this annotation

GitHub Actions / cppcheck

Include file: <unistd.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

namespace linyaps_box::utils {
auto str_to_signal(std::string_view str) -> int
Expand Down