From fc2b8033b9474b74a017df571484869221b503ff Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Mon, 18 Oct 2021 17:41:33 +0200 Subject: [PATCH] Add missing include --- src/algorithms/PVT/libs/rtcm_printer.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/algorithms/PVT/libs/rtcm_printer.cc b/src/algorithms/PVT/libs/rtcm_printer.cc index 620f2d50c..ef69509ee 100644 --- a/src/algorithms/PVT/libs/rtcm_printer.cc +++ b/src/algorithms/PVT/libs/rtcm_printer.cc @@ -37,6 +37,7 @@ #include // for cout, cerr #include // for tcgetattr #include // for close, write +#include // for std::vector Rtcm_Printer::Rtcm_Printer(const std::string& filename,