From b975b5bc22900a8d26fe2361755ed780bdfa6834 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Tue, 9 Aug 2022 15:42:36 +0200 Subject: [PATCH] add signal.h --- navmerge.cc | 2 +- rtcmtool.cc | 1 + septool.cc | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/navmerge.cc b/navmerge.cc index 186f877..07fba98 100644 --- a/navmerge.cc +++ b/navmerge.cc @@ -3,7 +3,7 @@ #include "navmon.hh" #include "navmon.pb.h" #include - +#include #include "fmt/format.h" #include "fmt/printf.h" #include "nmmsender.hh" diff --git a/rtcmtool.cc b/rtcmtool.cc index eef3441..1a02301 100644 --- a/rtcmtool.cc +++ b/rtcmtool.cc @@ -2,6 +2,7 @@ #include "bits.hh" #include #include +#include #include "nmmsender.hh" #include "CLI/CLI.hpp" #include "swrappers.hh" diff --git a/septool.cc b/septool.cc index 46f73f5..aea6970 100644 --- a/septool.cc +++ b/septool.cc @@ -2,6 +2,7 @@ #include "navmon.hh" #include #include +#include #include #include "bits.hh" #include