aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/arg_helpers.h1
-rw-r--r--lib/time_spec.cc1
2 files changed, 2 insertions, 0 deletions
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 <boost/lexical_cast.hpp>
#include <boost/tokenizer.hpp>
#include <boost/foreach.hpp>
+#include <ciso646>
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 <osmosdr/time_spec.h>
+#include <ciso646>
using namespace osmosdr;