cactusdynamics / cactus-rt

A C++ framework for programming real-time applications
Mozilla Public License 2.0
185 stars 24 forks source link

Add proper header to signal_handler.cc #118

Closed shuhaowu closed 3 months ago

shuhaowu commented 3 months ago

Fixes #117

std::ignore requires either utility or tuple. With utility, clangd complains that it's not being used, so I guess tuple is the right one.