diff --git a/lib/arg_helpers.h b/lib/arg_helpers.h index 6155ea5..b971625 100644 --- a/lib/arg_helpers.h +++ b/lib/arg_helpers.h @@ -30,6 +30,7 @@ #include #include #include +#include typedef std::map< std::string, std::string > dict_t; typedef std::pair< std::string, std::string > pair_t; diff --git a/lib/time_spec.cc b/lib/time_spec.cc index 5e1043f..87f05bb 100644 --- a/lib/time_spec.cc +++ b/lib/time_spec.cc @@ -16,6 +16,7 @@ // #include +#include using namespace osmosdr;