Skip to content

Commit

Permalink
Include <csignal> for std::signal usage
Browse files Browse the repository at this point in the history
  • Loading branch information
theohax committed Oct 26, 2021
1 parent 782ea18 commit e5f0190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nano/nano_node/daemon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

#include <boost/format.hpp>

#include <csignal>
#include <iostream>

namespace
Expand Down

0 comments on commit e5f0190

Please sign in to comment.